GoogleApi.Slides.V1.Model.List (google_api_slides v0.24.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.List{
  listId: String.t() | nil,
  nestingLevel:
    %{optional(String.t()) => GoogleApi.Slides.V1.Model.NestingLevel.t()} | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.