GoogleApi.Keep.V1.Model.ListItem (google_api_keep v0.4.0)
View SourceA 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Keep.V1.Model.ListItem{ checked: boolean() | nil, childListItems: [t()] | nil, text: GoogleApi.Keep.V1.Model.TextContent.t() | nil }