View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaDownloadJsonPackageResponse (google_api_integrations v0.8.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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.