GoogleCloudIntegrationsV1alphaIntegrationVersion constructor

GoogleCloudIntegrationsV1alphaIntegrationVersion({
  1. String? cloudKmsKey,
  2. GoogleCloudIntegrationsV1alphaCloudLoggingDetails? cloudLoggingDetails,
  3. String? createTime,
  4. String? createdFromTemplate,
  5. String? databasePersistencePolicy,
  6. String? description,
  7. bool? enableVariableMasking,
  8. List<GoogleCloudIntegrationsV1alphaErrorCatcherConfig>? errorCatcherConfigs,
  9. List<GoogleCloudIntegrationsV1alphaIntegrationConfigParameter>? integrationConfigParameters,
  10. List<GoogleCloudIntegrationsV1alphaIntegrationParameter>? integrationParameters,
  11. EnterpriseCrmFrontendsEventbusProtoWorkflowParameters? integrationParametersInternal,
  12. String? lastModifierEmail,
  13. String? lockHolder,
  14. String? name,
  15. String? origin,
  16. String? parentTemplateId,
  17. String? runAsServiceAccount,
  18. String? snapshotNumber,
  19. String? state,
  20. String? status,
  21. List<GoogleCloudIntegrationsV1alphaTaskConfig>? taskConfigs,
  22. List<EnterpriseCrmFrontendsEventbusProtoTaskConfig>? taskConfigsInternal,
  23. EnterpriseCrmEventbusProtoTeardown? teardown,
  24. List<GoogleCloudIntegrationsV1alphaTriggerConfig>? triggerConfigs,
  25. List<EnterpriseCrmFrontendsEventbusProtoTriggerConfig>? triggerConfigsInternal,
  26. String? updateTime,
  27. String? userLabel,
})

Implementation

GoogleCloudIntegrationsV1alphaIntegrationVersion({
  this.cloudKmsKey,
  this.cloudLoggingDetails,
  this.createTime,
  this.createdFromTemplate,
  this.databasePersistencePolicy,
  this.description,
  this.enableVariableMasking,
  this.errorCatcherConfigs,
  this.integrationConfigParameters,
  this.integrationParameters,
  this.integrationParametersInternal,
  this.lastModifierEmail,
  this.lockHolder,
  this.name,
  this.origin,
  this.parentTemplateId,
  this.runAsServiceAccount,
  this.snapshotNumber,
  this.state,
  this.status,
  this.taskConfigs,
  this.taskConfigsInternal,
  this.teardown,
  this.triggerConfigs,
  this.triggerConfigsInternal,
  this.updateTime,
  this.userLabel,
});