class Google::Apis::DocsV1::DeleteTableColumnRequest
Deletes a column from a table.
Attributes
table_cell_location[RW]
Location
of a single cell within a table. Corresponds to the JSON property `tableCellLocation` @return [Google::Apis::DocsV1::TableCellLocation]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 810 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/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