View Source GoogleApi.Docs.V1.Model.ListProperties (google_api_docs v0.14.0)

The properties of a list that describe the look and feel of bullets belonging to paragraphs associated with a list.

Attributes

  • nestingLevels (type: list(GoogleApi.Docs.V1.Model.NestingLevel.t), default: nil) - Describes the properties of the bullets at the associated level. A list has at most 9 levels of nesting with nesting level 0 corresponding to the top-most level and nesting level 8 corresponding to the most nested level. The nesting levels are returned in ascending order with the least nested returned first.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.ListProperties{
  nestingLevels: [GoogleApi.Docs.V1.Model.NestingLevel.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.