Class: Google::Apis::SheetsV4::AddSlicerResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/google/apis/sheets_v4/representations.rb

Overview

The result of adding a slicer to a spreadsheet.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ AddSlicerResponse

Returns a new instance of AddSlicerResponse.



368
369
370
# File 'generated/google/apis/sheets_v4/classes.rb', line 368

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

Instance Attribute Details

#slicerGoogle::Apis::SheetsV4::Slicer

A slicer in a sheet. Corresponds to the JSON property slicer



366
367
368
# File 'generated/google/apis/sheets_v4/classes.rb', line 366

def slicer
  @slicer
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



373
374
375
# File 'generated/google/apis/sheets_v4/classes.rb', line 373

def update!(**args)
  @slicer = args[:slicer] if args.key?(:slicer)
end