GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaImportTemplateRequest (google_api_integrations v0.15.0)
View SourceRequest to Import template
Attributes
-
integration(type:String.t, default:nil) - Required. Resource Name of the integration where template needs to be imported/inserted. -
subIntegrations(type:%{optional(String.t) => GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails.t}, default:nil) - Optional. Sub Integration which would be created via templates.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaImportTemplateRequest{ integration: String.t() | nil, subIntegrations: %{ optional(String.t()) => GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails.t() } | nil }