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.
Constructor Details
#initialize(**args) ⇒ DeleteTableColumnRequest
Returns a new instance of DeleteTableColumnRequest.
810 811 812 |
# File 'generated/google/apis/docs_v1/classes.rb', line 810 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
808 809 810 |
# File 'generated/google/apis/docs_v1/classes.rb', line 808 def table_cell_location @table_cell_location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
815 816 817 |
# File 'generated/google/apis/docs_v1/classes.rb', line 815 def update!(**args) @table_cell_location = args[:table_cell_location] if args.key?(:table_cell_location) end |