View Source GoogleApi.Firestore.V1.Model.MapValue (google_api_firestore v0.23.0)
A map value.
Attributes
-
fields(type:%{optional(String.t) => GoogleApi.Firestore.V1.Model.Value.t}, default:nil) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Firestore.V1.Model.MapValue{
fields:
%{optional(String.t()) => GoogleApi.Firestore.V1.Model.Value.t()} | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.