GoogleApi.Keep.V1.Model.ListNotesResponse (google_api_keep v0.2.0) View Source

The response when listing a page of notes.

Attributes

  • nextPageToken (type: String.t, default: nil) - Next page's page_token field.
  • notes (type: list(GoogleApi.Keep.V1.Model.Note.t), default: nil) - A page of notes.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Keep.V1.Model.ListNotesResponse{
  nextPageToken: String.t() | nil,
  notes: [GoogleApi.Keep.V1.Model.Note.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.