class Google::Apis::SheetsV4::AddSlicerRequest

Adds a slicer to a sheet in the spreadsheet.

Attributes

slicer[RW]

A slicer in a sheet. Corresponds to the JSON property `slicer` @return [Google::Apis::SheetsV4::Slicer]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 398
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sheets_v4/classes.rb, line 403
def update!(**args)
  @slicer = args[:slicer] if args.key?(:slicer)
end