google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.MapValue View Source
A map value.
Attributes
- fields (%{optional(String.t) => Value}): 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. Defaults to:
null
.