class Google::Apis::SheetsV4::ThemeColorPair
represents.
A pair mapping a spreadsheet theme color type to the concrete color it
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @color = args[:color] if args.key?(:color) @color_type = args[:color_type] if args.key?(:color_type) end