GoogleCloudIntegrationsV1alphaIntegrationVersion constructor

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

Implementation

GoogleCloudIntegrationsV1alphaIntegrationVersion({
  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,
});