class Google::Apis::SheetsV4::WaterfallChartColumnStyle

Styles for a waterfall chart column.

def initialize(**args)

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

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