GoogleApi.Keep.V1.Model.ListContent (google_api_keep v0.4.0)

View Source

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

t()

@type t() :: %GoogleApi.Keep.V1.Model.ListContent{
  listItems: [GoogleApi.Keep.V1.Model.ListItem.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.