public sealed class DocumentTransform : IMessage<DocumentTransform>, IEquatable<DocumentTransform>, IDeepCloneable<DocumentTransform>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This webpage documents the `DocumentTransform` class, which is used to define transformations of a document within the `Google.Cloud.Firestore.V1` namespace."],["The latest version of the `DocumentTransform` is 3.10.0, with other versions available down to 2.3.0 for the user to access, and it is implemented through `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DocumentTransform` has two constructors: a default constructor and one that takes another `DocumentTransform` object as a parameter for easy duplication."],["The class contains a `Document` property, a string representing the name of the document being transformed, as well as a `FieldTransforms` property, which holds a list of transformations applied to the document's fields."]]],[]]