View Source GoogleApi.CloudSupport.V2beta.Model.ListAttachmentsResponse (google_api_cloud_support v0.6.0)

The response message for the ListAttachments endpoint.

Attributes

  • attachments (type: list(GoogleApi.CloudSupport.V2beta.Model.Attachment.t), default: nil) - The list of attachments associated with a case.
  • nextPageToken (type: String.t, default: nil) - A token to retrieve the next page of results. Set this in the page_token field of subsequent cases.attachments.list requests. If unspecified, there are no more results to retrieve.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSupport.V2beta.Model.ListAttachmentsResponse{
  attachments: [GoogleApi.CloudSupport.V2beta.Model.Attachment.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.