class Google::Apis::SheetsV4::BandingProperties

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