Get Templates Version Result
data class GetTemplatesVersionResult(val createTime: String, val databasePersistencePolicy: String, val description: String, val errorCatcherConfigs: List<GoogleCloudIntegrationsV1alphaErrorCatcherConfigResponse>, val lastModifierEmail: String, val name: String, val parentIntegrationVersionId: String, val snapshotNumber: String, val status: String, val taskConfigs: List<EnterpriseCrmFrontendsEventbusProtoTaskConfigResponse>, val teardown: EnterpriseCrmEventbusProtoTeardownResponse, val templateParameters: EnterpriseCrmFrontendsEventbusProtoWorkflowParametersResponse, val triggerConfigs: List<EnterpriseCrmFrontendsEventbusProtoTriggerConfigResponse>, val updateTime: String, val userLabel: String)
Constructors
Link copied to clipboard
fun GetTemplatesVersionResult(createTime: String, databasePersistencePolicy: String, description: String, errorCatcherConfigs: List<GoogleCloudIntegrationsV1alphaErrorCatcherConfigResponse>, lastModifierEmail: String, name: String, parentIntegrationVersionId: String, snapshotNumber: String, status: String, taskConfigs: List<EnterpriseCrmFrontendsEventbusProtoTaskConfigResponse>, teardown: EnterpriseCrmEventbusProtoTeardownResponse, templateParameters: EnterpriseCrmFrontendsEventbusProtoWorkflowParametersResponse, triggerConfigs: List<EnterpriseCrmFrontendsEventbusProtoTriggerConfigResponse>, updateTime: String, userLabel: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Optional. Parameters that are expected to be passed to the IntegrationTemplateVersion when an event is triggered. This consists of all the parameters that are expected in the IntegrationTemplateVersion execution. This gives the user the ability to provide default values, add information like PII and also provide data types of each parameter.
Link copied to clipboard