EnterpriseCrmEventbusProtoEventExecutionSnapshot constructor

EnterpriseCrmEventbusProtoEventExecutionSnapshot({
  1. String? checkpointTaskNumber,
  2. String? clientId,
  3. List<EnterpriseCrmEventbusProtoConditionResult>? conditionResults,
  4. EnterpriseCrmEventbusProtoEventParameters? diffParams,
  5. String? eventExecutionInfoId,
  6. String? eventExecutionSnapshotId,
  7. EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata? eventExecutionSnapshotMetadata,
  8. EnterpriseCrmEventbusProtoEventParameters? eventParams,
  9. bool? exceedMaxSize,
  10. String? snapshotTime,
  11. List<EnterpriseCrmEventbusProtoTaskExecutionDetails>? taskExecutionDetails,
  12. String? taskName,
  13. String? workflowName,
})

Implementation

EnterpriseCrmEventbusProtoEventExecutionSnapshot({
  this.checkpointTaskNumber,
  this.clientId,
  this.conditionResults,
  this.diffParams,
  this.eventExecutionInfoId,
  this.eventExecutionSnapshotId,
  this.eventExecutionSnapshotMetadata,
  this.eventParams,
  this.exceedMaxSize,
  this.snapshotTime,
  this.taskExecutionDetails,
  this.taskName,
  this.workflowName,
});