View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails (google_api_integrations v0.6.0)

Sub Integration which would be created via templates.

Attributes

  • integration (type: String.t, default: nil) - Required. Name of the sub integration which would be created via templates.
  • integrationDescription (type: String.t, default: nil) - Optional. Description of the 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.GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails{
    integration: String.t() | nil,
    integrationDescription: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.