[[["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."],[[["The `WriteResponse` class is part of the Firestore v1 API, specifically within the `Google.Cloud.Firestore.V1` namespace, and it represents the response for a Firestore write operation."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer manipulation."],["`WriteResponse` contains properties like `CommitTime`, `StreamId`, `StreamToken`, and `WriteResults` that give details about the commit time, stream information, and the results of applying the write operations."],["The documentation provides version history for `WriteResponse`, listing available versions from 2.3.0 up to the latest version which is 3.10.0."],["The `WriteResponse` class contains two constructors: a default constructor and a copy constructor, allowing a new instance to be created either without any initial values, or based on the values of another existing `WriteResponse` object."]]],[]]