View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListInstanceAttachmentsResponse (google_api_apigee v0.45.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListInstanceAttachmentsResponse{
    attachments:
      [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1InstanceAttachment.t()]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.