DesWorkspaceInsInsightHistoryTransaction
A point-in-time collection of actions recorded for an insight.
type DesWorkspaceInsInsightHistoryTransaction {
actions: [DesWorkspaceInsInsightHistoryAction!]!
created: DesWorkspaceInsUserActionTimestamp!
}
Fields
DesWorkspaceInsInsightHistoryTransaction.actions ● [DesWorkspaceInsInsightHistoryAction!]! non-null union
Actions that happened together within this transaction.
DesWorkspaceInsInsightHistoryTransaction.created ● DesWorkspaceInsUserActionTimestamp! non-null object
Timestamp and user who produced the actions.