google_api_slides v0.12.1 GoogleApi.Slides.V1.Model.List View Source

A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list's ID.

Attributes

  • listId (type: String.t, default: nil) - The ID of the list.
  • nestingLevel (type: %{optional(String.t) => GoogleApi.Slides.V1.Model.NestingLevel.t}, default: nil) - A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Slides.V1.Model.List{
  listId: String.t(),
  nestingLevel: %{
    optional(String.t()) => GoogleApi.Slides.V1.Model.NestingLevel.t()
  }
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.