View Source GoogleApi.Classroom.V1.Model.ListAddOnAttachmentsResponse (google_api_classroom v0.21.2)

Response when listing add-on attachments.

Attributes

  • addOnAttachments (type: list(GoogleApi.Classroom.V1.Model.AddOnAttachment.t), default: nil) - Attachments under the given post.
  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Classroom.V1.Model.ListAddOnAttachmentsResponse{
  addOnAttachments: [GoogleApi.Classroom.V1.Model.AddOnAttachment.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.