GoogleCloudIntegrationsV1alphaExecution constructor

GoogleCloudIntegrationsV1alphaExecution({
  1. GoogleCloudIntegrationsV1alphaCloudLoggingDetails? cloudLoggingDetails,
  2. String? createTime,
  3. List<GoogleCloudIntegrationsV1alphaExecution>? directSubExecutions,
  4. EnterpriseCrmEventbusProtoEventExecutionDetails? eventExecutionDetails,
  5. GoogleCloudIntegrationsV1alphaExecutionDetails? executionDetails,
  6. String? executionMethod,
  7. String? integrationVersionState,
  8. String? name,
  9. GoogleCloudIntegrationsV1alphaExecutionReplayInfo? replayInfo,
  10. Map<String, GoogleCloudIntegrationsV1alphaValueType>? requestParameters,
  11. List<EnterpriseCrmFrontendsEventbusProtoParameterEntry>? requestParams,
  12. Map<String, GoogleCloudIntegrationsV1alphaValueType>? responseParameters,
  13. List<EnterpriseCrmFrontendsEventbusProtoParameterEntry>? responseParams,
  14. String? snapshotNumber,
  15. String? triggerId,
  16. 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,
});