GoogleApi.Firestore.V1beta1.Model.MapValue (google_api_firestore v0.33.0)
View SourceA map value.
Attributes
-
fields(type:%{optional(String.t) => GoogleApi.Firestore.V1beta1.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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Firestore.V1beta1.Model.MapValue{ fields: %{optional(String.t()) => GoogleApi.Firestore.V1beta1.Model.Value.t()} | nil }