google_api_sheets v0.19.0 GoogleApi.Sheets.V4.Model.SpreadsheetTheme 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Sheets.V4.Model.SpreadsheetTheme{ primaryFontFamily: String.t(), themeColors: [GoogleApi.Sheets.V4.Model.ThemeColorPair.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.