EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot constructor

EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot({
  1. String? checkpointTaskNumber,
  2. List<EnterpriseCrmEventbusProtoConditionResult>? conditionResults,
  3. EnterpriseCrmFrontendsEventbusProtoEventParameters? diffParams,
  4. String? eventExecutionInfoId,
  5. String? eventExecutionSnapshotId,
  6. EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata? eventExecutionSnapshotMetadata,
  7. EnterpriseCrmFrontendsEventbusProtoEventParameters? eventParams,
  8. String? snapshotTime,
  9. List<EnterpriseCrmEventbusProtoTaskExecutionDetails>? taskExecutionDetails,
  10. String? taskName,
})

Implementation

EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot({
  this.checkpointTaskNumber,
  this.conditionResults,
  this.diffParams,
  this.eventExecutionInfoId,
  this.eventExecutionSnapshotId,
  this.eventExecutionSnapshotMetadata,
  this.eventParams,
  this.snapshotTime,
  this.taskExecutionDetails,
  this.taskName,
});