GoogleApi.Keep.V1.Model.ListContent (google_api_keep v0.2.0) View Source
The list of items for a single list note.
Attributes
-
listItems(type:list(GoogleApi.Keep.V1.Model.ListItem.t), default:nil) - The items in the list. The number of items must be less than 1,000.
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.ListContent{
listItems: [GoogleApi.Keep.V1.Model.ListItem.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.