View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTemplateBundle (google_api_integrations v0.10.0)

Define the bundle of the template.

Attributes

  • integrationVersionTemplate (type: GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate.t, default: nil) - Required. Main integration templates of the template bundle.
  • subIntegrationVersionTemplates (type: list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate.t), default: nil) - Optional. Sub integration templates which would be added along with main integration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTemplateBundle{
    integrationVersionTemplate:
      GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate.t()
      | nil,
    subIntegrationVersionTemplates:
      [
        GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.