Class: Google::Apis::SlidesV1::TableBorderRow
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::SlidesV1::TableBorderRow
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/slides_v1/classes.rb,
 generated/google/apis/slides_v1/representations.rb,
 generated/google/apis/slides_v1/representations.rb
Overview
Contents of each border row in a table.
Instance Attribute Summary collapse
- 
  
    
      #table_border_cells  ⇒ Array<Google::Apis::SlidesV1::TableBorderCell> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Properties of each border cell. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ TableBorderRow 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TableBorderRow. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TableBorderRow
Returns a new instance of TableBorderRow
| 3799 3800 3801 | # File 'generated/google/apis/slides_v1/classes.rb', line 3799 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#table_border_cells ⇒ Array<Google::Apis::SlidesV1::TableBorderCell>
Properties of each border cell. When a border's adjacent table cells are
merged, it is not included in the response.
Corresponds to the JSON property tableBorderCells
| 3797 3798 3799 | # File 'generated/google/apis/slides_v1/classes.rb', line 3797 def table_border_cells @table_border_cells end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 3804 3805 3806 | # File 'generated/google/apis/slides_v1/classes.rb', line 3804 def update!(**args) @table_border_cells = args[:table_border_cells] if args.key?(:table_border_cells) end |