GoogleApi.Docs.V1.Model.Bullet (google_api_docs v0.12.0) View Source

Describes the bullet of a paragraph.

Attributes

  • listId (type: String.t, default: nil) - The ID of the list this paragraph belongs to.
  • nestingLevel (type: integer(), default: nil) - The nesting level of this paragraph in the list.
  • textStyle (type: GoogleApi.Docs.V1.Model.TextStyle.t, default: nil) - The paragraph specific text style applied to this bullet.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Docs.V1.Model.Bullet{
  listId: String.t() | nil,
  nestingLevel: integer() | nil,
  textStyle: GoogleApi.Docs.V1.Model.TextStyle.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.