EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot constructor
EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot({
- String? checkpointTaskNumber,
- List<
EnterpriseCrmEventbusProtoConditionResult> ? conditionResults, - EnterpriseCrmFrontendsEventbusProtoEventParameters? diffParams,
- String? eventExecutionInfoId,
- String? eventExecutionSnapshotId,
- EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata? eventExecutionSnapshotMetadata,
- EnterpriseCrmFrontendsEventbusProtoEventParameters? eventParams,
- String? snapshotTime,
- List<
EnterpriseCrmEventbusProtoTaskExecutionDetails> ? taskExecutionDetails, - String? taskName,
Implementation
EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot({
this.checkpointTaskNumber,
this.conditionResults,
this.diffParams,
this.eventExecutionInfoId,
this.eventExecutionSnapshotId,
this.eventExecutionSnapshotMetadata,
this.eventParams,
this.snapshotTime,
this.taskExecutionDetails,
this.taskName,
});