View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse (google_api_integrations v0.12.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
Unwrap a decoded JSON object into its complex fields.