View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse (google_api_integrations v0.6.0)

Response for DownloadIntegrationVersion.

Attributes

  • content (type: String.t, default: nil) - String representation of the requested file.
  • files (type: list(GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSerializedFile.t), default: nil) - List containing String represendation for multiple file with type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse{
    content: String.t() | nil,
    files:
      [
        GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSerializedFile.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.