class Google::Apis::SheetsV4::InterpolationPoint
gradient color scale according to the color, type and value chosen.
A single interpolation point on a gradient conditional format. These pin the
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @color = args[:color] if args.key?(:color) @color_style = args[:color_style] if args.key?(:color_style) @type = args[:type] if args.key?(:type) @value = args[:value] if args.key?(:value) end