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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.