Class: Google::Apis::SlidesV1::TableRowProperties
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::SlidesV1::TableRowProperties
 
 
- 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
Properties of each row in a table.
Instance Attribute Summary collapse
- 
  
    
      #min_row_height  ⇒ Google::Apis::SlidesV1::Dimension 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A magnitude in a single direction in the specified units.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ TableRowProperties 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TableRowProperties.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TableRowProperties
Returns a new instance of TableRowProperties
      4048 4049 4050  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 4048 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#min_row_height ⇒ Google::Apis::SlidesV1::Dimension
A magnitude in a single direction in the specified units.
Corresponds to the JSON property minRowHeight
      4046 4047 4048  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 4046 def min_row_height @min_row_height end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      4053 4054 4055  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 4053 def update!(**args) @min_row_height = args[:min_row_height] if args.key?(:min_row_height) end  |