View Source GoogleApi.Keep.V1.Model.Section (google_api_keep v0.3.0)
The content of the note.
Attributes
-
list
(type:GoogleApi.Keep.V1.Model.ListContent.t
, default:nil
) - Used if this section's content is a list. -
text
(type:GoogleApi.Keep.V1.Model.TextContent.t
, default:nil
) - Used if this section's content is a block of text. The length of the text content must be less than 20,000 characters.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Keep.V1.Model.Section{ list: GoogleApi.Keep.V1.Model.ListContent.t() | nil, text: GoogleApi.Keep.V1.Model.TextContent.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.