GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListArchiveDeploymentsResponse (google_api_apigee v0.36.1) View Source
Response for ListArchiveDeployments method.
Attributes
-
archiveDeployments
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ArchiveDeployment.t)
, default:nil
) - Archive Deployments in the specified environment. -
nextPageToken
(type:String.t
, default:nil
) - Page token that you can include in a ListArchiveDeployments request to retrieve the next page. If omitted, no subsequent pages exist.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListArchiveDeploymentsResponse{ archiveDeployments: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ArchiveDeployment.t()] | nil, nextPageToken: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.