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-03-21 UTC."],[[["This webpage details the `DocumentTransform` class within the `Google.Cloud.Firestore.V1` namespace, which is used for document transformations."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and object manipulation."],["The `DocumentTransform` class contains two primary properties: `Document`, which specifies the target document's name as a string, and `FieldTransforms`, a list of transformations to apply to the document's fields."],["The provided content also presents a list of versions for `DocumentTransform`, ranging from the latest version (3.10.0) to older releases like 2.3.0."],["The webpage lists two constructors for `DocumentTransform` one being a default constructor, the other taking in another `DocumentTransform` object as a parameter."]]],[]]