View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaDownloadJsonPackageResponse (google_api_integrations v0.13.0)

Response for DownloadJsonPackage.

Attributes

  • files (type: list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaFile.t), default: nil) - List containing JSON for multiple file with type information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaDownloadJsonPackageResponse{
    files:
      [GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaFile.t()]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.