EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo constructor
EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo({
- String? clientId,
- EnterpriseCrmEventbusProtoCloudLoggingDetails? cloudLoggingDetails,
- String? createTime,
- CrmlogErrorCode? errorCode,
- List<
EnterpriseCrmEventbusProtoErrorDetail> ? errors, - EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails? eventExecutionDetails,
- String? eventExecutionInfoId,
- EnterpriseCrmEventbusProtoExecutionTraceInfo? executionTraceInfo,
- String? lastModifiedTime,
- String? postMethod,
- String? product,
- EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo? replayInfo,
- String? requestId,
- EnterpriseCrmFrontendsEventbusProtoEventParameters? requestParams,
- EnterpriseCrmFrontendsEventbusProtoEventParameters? responseParams,
- String? snapshotNumber,
- String? tenant,
- String? triggerId,
- String? workflowId,
- String? workflowName,
- 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,
});