View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListEndpointAttachmentsResponse (google_api_apigee v0.53.0)
Response for ListEndpointAttachments method.
Attributes
-
endpointAttachments(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EndpointAttachment.t), default:nil) - Endpoint attachments in the specified organization. -
nextPageToken(type:String.t, default:nil) - Page token that you can include in anListEndpointAttachmentsrequest 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.GoogleCloudApigeeV1ListEndpointAttachmentsResponse{ endpointAttachments: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EndpointAttachment.t()] | nil, nextPageToken: String.t() | nil }