Class: Google::Apis::DocsV1::DeleteTableColumnRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DocsV1::DeleteTableColumnRequest
 
 
- 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 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.
      874 875 876  | 
    
      # File 'lib/google/apis/docs_v1/classes.rb', line 874 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
      872 873 874  | 
    
      # File 'lib/google/apis/docs_v1/classes.rb', line 872 def table_cell_location @table_cell_location end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      879 880 881  | 
    
      # File 'lib/google/apis/docs_v1/classes.rb', line 879 def update!(**args) @table_cell_location = args[:table_cell_location] if args.key?(:table_cell_location) end  |