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

Constructor Details

#initialize(**args) ⇒ DeleteTableRowRequest

Returns a new instance of DeleteTableRowRequest.



829
830
831
# File 'generated/google/apis/docs_v1/classes.rb', line 829

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



827
828
829
# File 'generated/google/apis/docs_v1/classes.rb', line 827

def table_cell_location
  @table_cell_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



834
835
836
# File 'generated/google/apis/docs_v1/classes.rb', line 834

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