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.



866
867
868
# File 'generated/google/apis/docs_v1/classes.rb', line 866

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



864
865
866
# File 'generated/google/apis/docs_v1/classes.rb', line 864

def table_cell_location
  @table_cell_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



871
872
873
# File 'generated/google/apis/docs_v1/classes.rb', line 871

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