google_api_slides v0.5.1 GoogleApi.Slides.V1.Model.Bullet View Source

Describes the bullet of a paragraph.

Attributes

  • bulletStyle (type: GoogleApi.Slides.V1.Model.TextStyle.t, default: nil) - The paragraph specific text style applied to this bullet.
  • glyph (type: String.t, default: nil) - The rendered bullet glyph for this paragraph.
  • 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.

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.Bullet{
  bulletStyle: GoogleApi.Slides.V1.Model.TextStyle.t(),
  glyph: String.t(),
  listId: String.t(),
  nestingLevel: integer()
}

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.