View Source GoogleApi.Docs.V1.Model.NamedStyles (google_api_docs v0.17.1)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.