Class: Google::Firestore::V1beta1::MapValue
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Firestore::V1beta1::MapValue
 
 
- Defined in:
 - lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/document.rb
 
Overview
A map value.
Instance Attribute Summary collapse
- 
  
    
      #fields  ⇒ Hash{String => Google::Firestore::V1beta1::Value} 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The map's fields.
 
Instance Attribute Details
#fields ⇒ Hash{String => Google::Firestore::V1beta1::Value}
Returns The map's fields.
The map keys represent field names. Field names matching the regular expression +.*+ are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty.
      132  | 
    
      # File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/document.rb', line 132 class MapValue; end  |