GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListInstancesResponse (google_api_apigee v0.36.0) View Source
Response for ListInstances.
Attributes
-
instances
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Instance.t)
, default:nil
) - Instances in the specified organization. -
nextPageToken
(type:String.t
, default:nil
) - Page token that you can include in a ListInstance request to retrieve the next page of content. 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.GoogleCloudApigeeV1ListInstancesResponse{ instances: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Instance.t()] | nil, nextPageToken: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.