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'spage_tokenfield. -
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
Unwrap a decoded JSON object into its complex fields.