google_api_mirror v0.4.0 GoogleApi.Mirror.V1.Model.AttachmentsListResponse View Source
A list of Attachments. This is the response from the server to GET requests on the attachments collection.
Attributes
items
(type:list(GoogleApi.Mirror.V1.Model.Attachment.t)
, default:nil
) - The list of attachments.kind
(type:String.t
, default:mirror#attachmentsList
) - The type of resource. This is always mirror#attachmentsList.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Mirror.V1.Model.AttachmentsListResponse{ items: [GoogleApi.Mirror.V1.Model.Attachment.t()], kind: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.