GoogleApi.Keep.V1.Model.Section (google_api_keep v0.2.0) View Source

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.

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.Section{
  list: GoogleApi.Keep.V1.Model.ListContent.t() | nil,
  text: GoogleApi.Keep.V1.Model.TextContent.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.