GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse (google_api_apigee v0.24.0) View Source
Response for ListEnvironmentGroupAttachments.
Attributes
-
environmentGroupAttachments
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EnvironmentGroupAttachment.t)
, default:nil
) - EnvironmentGroupAttachments for the specified environment group. -
nextPageToken
(type:String.t
, default:nil
) - Page token that you can include in a ListEnvironmentGroupAttachments 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.GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse{ environmentGroupAttachments: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EnvironmentGroupAttachment.t() ], nextPageToken: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.