class Google::Apis::SheetsV4::WaterfallChartColumnStyle
def update!(**args)
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
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