View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSerializedFile (google_api_integrations v0.3.1)

To store string representation of Integration file.

Attributes

  • content (type: String.t, default: nil) - String representation of the file content.
  • file (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.V1alpha.Model.GoogleCloudIntegrationsV1alphaSerializedFile{
    content: String.t() | nil,
    file: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.