Class: Google::Apis::SheetsV4::AddTableResponse

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

Overview

The result of adding a table.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AddTableResponse

Returns a new instance of AddTableResponse.



455
456
457
# File 'lib/google/apis/sheets_v4/classes.rb', line 455

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

Instance Attribute Details

#tableGoogle::Apis::SheetsV4::Table

A table. Corresponds to the JSON property table



453
454
455
# File 'lib/google/apis/sheets_v4/classes.rb', line 453

def table
  @table
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



460
461
462
# File 'lib/google/apis/sheets_v4/classes.rb', line 460

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