class Google::Apis::SheetsV4::AddSlicerResponse
The result of adding a slicer to a 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 417 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 422 def update!(**args) @slicer = args[:slicer] if args.key?(:slicer) end