View Source GoogleApi.Sheets.V4.Model.SpreadsheetTheme (google_api_sheets v0.34.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.SpreadsheetTheme{ primaryFontFamily: String.t() | nil, themeColors: [GoogleApi.Sheets.V4.Model.ThemeColorPair.t()] | nil }