google_api_firestore v0.11.0 GoogleApi.Firestore.V1.Model.MapValue View Source
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
Link to this type
t()
View Sourcet() :: %GoogleApi.Firestore.V1.Model.MapValue{ fields: %{optional(String.t()) => GoogleApi.Firestore.V1.Model.Value.t()} }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.