GoogleApi.Keep.V1.Model.ListNotesResponse (google_api_keep v0.4.0)
View SourceThe response when listing a page of notes.
Attributes
-
nextPageToken(type:String.t, default:nil) - Next page'spage_tokenfield. -
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 }