class Google::Apis::SheetsV4::WaterfallChartColumnStyle

def update!(**args)

Update properties of this object
def update!(**args)
  @color = args[:color] if args.key?(:color)
  @color_style = args[:color_style] if args.key?(:color_style)
  @label = args[:label] if args.key?(:label)
end