google_api_docs v0.8.0 GoogleApi.Docs.V1.Model.NamedStyles View Source

The named styles. Paragraphs in the document can inherit their TextStyle and ParagraphStyle from these named styles.

Attributes

  • styles (type: list(GoogleApi.Docs.V1.Model.NamedStyle.t), default: nil) - The named styles.

    There is an entry for each of the possible named style types.

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.NamedStyles{
  styles: [GoogleApi.Docs.V1.Model.NamedStyle.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.