GoogleCloudIntegrationsV1alphaExecution constructor
GoogleCloudIntegrationsV1alphaExecution({
- GoogleCloudIntegrationsV1alphaCloudLoggingDetails? cloudLoggingDetails,
- String? createTime,
- List<
GoogleCloudIntegrationsV1alphaExecution> ? directSubExecutions, - EnterpriseCrmEventbusProtoEventExecutionDetails? eventExecutionDetails,
- GoogleCloudIntegrationsV1alphaExecutionDetails? executionDetails,
- String? executionMethod,
- String? integrationVersionState,
- String? name,
- GoogleCloudIntegrationsV1alphaExecutionReplayInfo? replayInfo,
- Map<
String, GoogleCloudIntegrationsV1alphaValueType> ? requestParameters, - List<
EnterpriseCrmFrontendsEventbusProtoParameterEntry> ? requestParams, - Map<
String, GoogleCloudIntegrationsV1alphaValueType> ? responseParameters, - List<
EnterpriseCrmFrontendsEventbusProtoParameterEntry> ? responseParams, - String? snapshotNumber,
- String? triggerId,
- String? updateTime,
Implementation
GoogleCloudIntegrationsV1alphaExecution({
this.cloudLoggingDetails,
this.createTime,
this.directSubExecutions,
this.eventExecutionDetails,
this.executionDetails,
this.executionMethod,
this.integrationVersionState,
this.name,
this.replayInfo,
this.requestParameters,
this.requestParams,
this.responseParameters,
this.responseParams,
this.snapshotNumber,
this.triggerId,
this.updateTime,
});