View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaImportTemplateRequest (google_api_integrations v0.10.1)

Request to Import template

Attributes

  • integration (type: String.t, default: nil) - Required. Name of the integration where template needs to be imported.
  • integrationRegion (type: String.t, default: nil) - Required. The region of the Integration to be created.
  • 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,
    integrationRegion: String.t() | nil,
    subIntegrations:
      %{
        optional(String.t()) =>
          GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails.t()
      }
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.