google_api_slides v0.2.0 GoogleApi.Slides.V1.Model.Bullet View Source
Describes the bullet of a paragraph.
Attributes
- bulletStyle (TextStyle): The paragraph specific text style applied to this bullet. Defaults to:
null
. - glyph (String.t): The rendered bullet glyph for this paragraph. Defaults to:
null
. - listId (String.t): The ID of the list this paragraph belongs to. Defaults to:
null
. - nestingLevel (integer()): The nesting level of this paragraph in the list. Defaults to:
null
.
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: any(), listId: any(), nestingLevel: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.