GoogleApi.Sheets.V4.Model.SpreadsheetTheme (google_api_sheets v0.25.2) View Source

Represents spreadsheet theme

Attributes

  • primaryFontFamily (type: String.t, default: nil) - Name of the primary font family.
  • themeColors (type: list(GoogleApi.Sheets.V4.Model.ThemeColorPair.t), default: nil) - The spreadsheet theme color pairs. To update you must provide all theme color pairs.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Sheets.V4.Model.SpreadsheetTheme{
  primaryFontFamily: String.t(),
  themeColors: [GoogleApi.Sheets.V4.Model.ThemeColorPair.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.