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

To store Integration version related file i.e. Integration Version, Config variable etc.

Attributes

  • integrationConfig (type: map(), default: nil) - Integration version config file
  • integrationVersion (type: GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t, default: nil) - Integration version
  • type (type: String.t, default: nil) - File information like Integration version, Integration Config variables etc.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaFile{
  integrationConfig: map() | nil,
  integrationVersion:
    GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t()
    | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.