EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata constructor

EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata({
  1. List<String>? ancestorIterationNumbers,
  2. List<String>? ancestorTaskNumbers,
  3. int? eventAttemptNum,
  4. String? integrationName,
  5. int? taskAttemptNum,
  6. String? taskLabel,
  7. String? taskName,
  8. String? taskNumber,
})

Implementation

EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata({
  this.ancestorIterationNumbers,
  this.ancestorTaskNumbers,
  this.eventAttemptNum,
  this.integrationName,
  this.taskAttemptNum,
  this.taskLabel,
  this.taskName,
  this.taskNumber,
});