GoogleApi.Keep.V1.Model.ListItem (google_api_keep v0.2.0) View Source
A single list item in a note's list.
Attributes
-
checked(type:boolean(), default:nil) - Whether this item has been checked off or not. -
childListItems(type:list(GoogleApi.Keep.V1.Model.ListItem.t), default:nil) - If set, list of list items nested under this list item. Only one level of nesting is allowed. -
text(type:GoogleApi.Keep.V1.Model.TextContent.t, default:nil) - The text of this item. Length must be less than 1,000 characters.
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.ListItem{
checked: boolean() | nil,
childListItems: [GoogleApi.Keep.V1.Model.ListItem.t()] | nil,
text: GoogleApi.Keep.V1.Model.TextContent.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.