Class: Google::Apis::DocsV1::DeleteTableRowRequest
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::DeleteTableRowRequest
- 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
-
#table_cell_location ⇒ Google::Apis::DocsV1::TableCellLocation
Location of a single cell within a table.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeleteTableRowRequest
constructor
A new instance of DeleteTableRowRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_location ⇒ Google::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 |