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

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

Overview

Deletes a row from a table.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DeleteTableRowRequest

Returns a new instance of DeleteTableRowRequest.



893
894
895
# File 'lib/google/apis/docs_v1/classes.rb', line 893

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



891
892
893
# File 'lib/google/apis/docs_v1/classes.rb', line 891

def table_cell_location
  @table_cell_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



898
899
900
# File 'lib/google/apis/docs_v1/classes.rb', line 898

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