Class: Google::Apis::DocsV1::DeleteTableColumnRequest
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::DeleteTableColumnRequest
- 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 column 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) ⇒ DeleteTableColumnRequest
constructor
A new instance of DeleteTableColumnRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeleteTableColumnRequest
Returns a new instance of DeleteTableColumnRequest
650 651 652 |
# File 'generated/google/apis/docs_v1/classes.rb', line 650 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
648 649 650 |
# File 'generated/google/apis/docs_v1/classes.rb', line 648 def table_cell_location @table_cell_location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
655 656 657 |
# File 'generated/google/apis/docs_v1/classes.rb', line 655 def update!(**args) @table_cell_location = args[:table_cell_location] if args.key?(:table_cell_location) end |