View Source GoogleApi.Keep.V1.Model.ListNotesResponse (google_api_keep v0.3.0)
The response when listing a page of notes.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Next page'spage_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
Unwrap a decoded JSON object into its complex fields.