class Google::Apis::SheetsV4::AddSlicerRequest

Adds a slicer to a sheet in the spreadsheet.

def initialize(**args)

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

def update!(**args)

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