Class: Google::Firestore::V1::MapValue
- Inherits:
-
Object
- Object
- Google::Firestore::V1::MapValue
- Defined in:
- lib/google/cloud/firestore/v1/doc/google/firestore/v1/document.rb
Overview
A map value.
Instance Attribute Summary collapse
-
#fields ⇒ Hash{String => Google::Firestore::V1::Value}
The map's fields.
Instance Attribute Details
#fields ⇒ Hash{String => Google::Firestore::V1::Value}
133 |
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/document.rb', line 133 class MapValue; end |