GoogleApi.Docs.V1.Model.NamedStyles (google_api_docs v0.18.0)

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's an entry for each of the possible named style types.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Docs.V1.Model.NamedStyles{
  styles: [GoogleApi.Docs.V1.Model.NamedStyle.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.