GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListInstanceAttachmentsResponse (google_api_apigee v0.18.0) View Source
Response for ListInstanceAttachments.
Attributes
-
attachments
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1InstanceAttachment.t)
, default:nil
) - Attachments for the instance. -
nextPageToken
(type:String.t
, default:nil
) - Page token that you can include in a ListInstanceAttachments 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.GoogleCloudApigeeV1ListInstanceAttachmentsResponse{ attachments: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1InstanceAttachment.t() ], nextPageToken: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.