GoogleCloudIntegrationsV1alphaIntegrationVersion constructor
GoogleCloudIntegrationsV1alphaIntegrationVersion({
- GoogleCloudIntegrationsV1alphaCloudLoggingDetails? cloudLoggingDetails,
- String? createTime,
- String? createdFromTemplate,
- String? databasePersistencePolicy,
- String? description,
- bool? enableVariableMasking,
- List<
GoogleCloudIntegrationsV1alphaErrorCatcherConfig> ? errorCatcherConfigs, - List<
GoogleCloudIntegrationsV1alphaIntegrationConfigParameter> ? integrationConfigParameters, - List<
GoogleCloudIntegrationsV1alphaIntegrationParameter> ? integrationParameters, - EnterpriseCrmFrontendsEventbusProtoWorkflowParameters? integrationParametersInternal,
- String? lastModifierEmail,
- String? lockHolder,
- String? name,
- String? origin,
- String? parentTemplateId,
- String? runAsServiceAccount,
- String? snapshotNumber,
- String? state,
- String? status,
- List<
GoogleCloudIntegrationsV1alphaTaskConfig> ? taskConfigs, - List<
EnterpriseCrmFrontendsEventbusProtoTaskConfig> ? taskConfigsInternal, - EnterpriseCrmEventbusProtoTeardown? teardown,
- List<
GoogleCloudIntegrationsV1alphaTriggerConfig> ? triggerConfigs, - List<
EnterpriseCrmFrontendsEventbusProtoTriggerConfig> ? triggerConfigsInternal, - String? updateTime,
- 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,
});