class Google::Apis::SheetsV4::Slicer
A slicer in a sheet.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @position = args[:position] if args.key?(:position) @slicer_id = args[:slicer_id] if args.key?(:slicer_id) @spec = args[:spec] if args.key?(:spec) end