View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListEnvironmentGroupsResponse (google_api_apigee v0.46.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListEnvironmentGroupsResponse{ environmentGroups: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EnvironmentGroup.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.