google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.FieldTransform View Source

A transformation of a field of the document.

Attributes

  • fieldPath (String.t): The path of the field. See Document.fields for the field path syntax reference. Defaults to: null.
  • setToServerValue (String.t): Sets the field to the given server value. Defaults to: null.

    • Enum - one of [SERVER_VALUE_UNSPECIFIED, REQUEST_TIME]