Class: Google::Apis::DocsV1::DeleteTableRowRequest

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

Overview

Deletes a row from a table.

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) ⇒ DeleteTableRowRequest

Returns a new instance of DeleteTableRowRequest



751
752
753
# File 'generated/google/apis/docs_v1/classes.rb', line 751

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

Instance Attribute Details

#table_cell_locationGoogle::Apis::DocsV1::TableCellLocation

Location of a single cell within a table. Corresponds to the JSON property tableCellLocation



749
750
751
# File 'generated/google/apis/docs_v1/classes.rb', line 749

def table_cell_location
  @table_cell_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



756
757
758
# File 'generated/google/apis/docs_v1/classes.rb', line 756

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