Class: Google::Apis::ContentV2::Row
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ContentV2::Row
 
 
- Defined in:
 - generated/google/apis/content_v2/classes.rb,
generated/google/apis/content_v2/representations.rb,
generated/google/apis/content_v2/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #cells  ⇒ Array<Google::Apis::ContentV2::Value> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of cells that constitute the row.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Row 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Row.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ Row
Returns a new instance of Row
      9603 9604 9605  | 
    
      # File 'generated/google/apis/content_v2/classes.rb', line 9603 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#cells ⇒ Array<Google::Apis::ContentV2::Value>
The list of cells that constitute the row. Must have the same length as
columnHeaders for two-dimensional tables, a length of 1 for one-dimensional
tables. Required.
Corresponds to the JSON property cells
      9601 9602 9603  | 
    
      # File 'generated/google/apis/content_v2/classes.rb', line 9601 def cells @cells end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      9608 9609 9610  | 
    
      # File 'generated/google/apis/content_v2/classes.rb', line 9608 def update!(**args) @cells = args[:cells] if args.key?(:cells) end  |