GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListEnvironmentGroupsResponse (google_api_apigee v0.35.0) View Source
Response for ListEnvironmentGroups.
Attributes
-
environmentGroups
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EnvironmentGroup.t)
, default:nil
) - EnvironmentGroups in the specified organization. -
nextPageToken
(type:String.t
, default:nil
) - Page token that you can include in a ListEnvironmentGroups 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.GoogleCloudApigeeV1ListEnvironmentGroupsResponse{ environmentGroups: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EnvironmentGroup.t()] | nil, nextPageToken: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.