EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo constructor

EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo({
  1. String? clientId,
  2. EnterpriseCrmEventbusProtoCloudLoggingDetails? cloudLoggingDetails,
  3. String? createTime,
  4. CrmlogErrorCode? errorCode,
  5. List<EnterpriseCrmEventbusProtoErrorDetail>? errors,
  6. EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails? eventExecutionDetails,
  7. String? eventExecutionInfoId,
  8. EnterpriseCrmEventbusProtoExecutionTraceInfo? executionTraceInfo,
  9. String? lastModifiedTime,
  10. String? postMethod,
  11. String? product,
  12. EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo? replayInfo,
  13. String? requestId,
  14. EnterpriseCrmFrontendsEventbusProtoEventParameters? requestParams,
  15. EnterpriseCrmFrontendsEventbusProtoEventParameters? responseParams,
  16. String? snapshotNumber,
  17. String? tenant,
  18. String? triggerId,
  19. String? workflowId,
  20. String? workflowName,
  21. String? workflowRetryBackoffIntervalSeconds,
})

Implementation

EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo({
  this.clientId,
  this.cloudLoggingDetails,
  this.createTime,
  this.errorCode,
  this.errors,
  this.eventExecutionDetails,
  this.eventExecutionInfoId,
  this.executionTraceInfo,
  this.lastModifiedTime,
  this.postMethod,
  this.product,
  this.replayInfo,
  this.requestId,
  this.requestParams,
  this.responseParams,
  this.snapshotNumber,
  this.tenant,
  this.triggerId,
  this.workflowId,
  this.workflowName,
  this.workflowRetryBackoffIntervalSeconds,
});