View Source GoogleApi.Keep.V1.Model.ListContent (google_api_keep v0.3.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Keep.V1.Model.ListContent{ listItems: [GoogleApi.Keep.V1.Model.ListItem.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.