class Google::Apis::SheetsV4::BandingProperties

color if the row header is not set.
the top left cell, but the column header takes priority over the first row
row color. Similarly, the row header takes priority over the column header in
first column color, but the first column color takes priority over the second
column_properties. For example, the first row color takes priority over the
priority over second_band_color. * row_properties takes priority over
and footer_color take priority over band colors. * first_band_color takes
colors are applied to cells according to the following rules: * header_color
BandedRange.row_properties and BandedRange.column_properties are set, the fill
Properties referring a single dimension (either row or column). If both

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @first_band_color = args[:first_band_color] if args.key?(:first_band_color)
  @first_band_color_style = args[:first_band_color_style] if args.key?(:first_band_color_style)
  @footer_color = args[:footer_color] if args.key?(:footer_color)
  @footer_color_style = args[:footer_color_style] if args.key?(:footer_color_style)
  @header_color = args[:header_color] if args.key?(:header_color)
  @header_color_style = args[:header_color_style] if args.key?(:header_color_style)
  @second_band_color = args[:second_band_color] if args.key?(:second_band_color)
  @second_band_color_style = args[:second_band_color_style] if args.key?(:second_band_color_style)
end