Class: Google::Protobuf::ListValue
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Protobuf::ListValue
 
 
- Defined in:
 - lib/google/cloud/logging/v2/doc/google/protobuf/struct.rb
 
Overview
+ListValue+ is a wrapper around a repeated field of values.
The JSON representation for +ListValue+ is JSON array.
Instance Attribute Summary collapse
- 
  
    
      #values  ⇒ Array<Google::Protobuf::Value> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Repeated field of dynamically typed values.
 
Instance Attribute Details
#values ⇒ Array<Google::Protobuf::Value>
Returns Repeated field of dynamically typed values.
      62  | 
    
      # File 'lib/google/cloud/logging/v2/doc/google/protobuf/struct.rb', line 62 class ListValue; end  |