google_api_docs v0.5.0 GoogleApi.Docs.V1.Model.ListProperties View Source

The properties of a list which 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 nine 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.

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.Docs.V1.Model.ListProperties{
  nestingLevels: [GoogleApi.Docs.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.