google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.DocumentTransform View Source
A transformation of a document.
Attributes
- document (String.t): The name of the document to transform. Defaults to:
null
. - fieldTransforms ([FieldTransform]): The list of transformations to apply to the fields of the document, in order. This must not be empty. Defaults to:
null
.