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

A reference to a field in a document, ex: stats.operations.

Attributes

  • fieldPath (type: String.t, default: nil) - A reference to a field in a document. Requires: * MUST be a dot-delimited (.) string of segments, where each segment conforms to document field name limitations.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1beta1.Model.FieldReference{
  fieldPath: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.