Class: Google::Apis::DocsV1::DeleteTableColumnRequest

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 column from a table.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_locationGoogle::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