View Source GoogleApi.Firestore.V1beta1.Model.MapValue (google_api_firestore v0.27.0)

A 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.