public sealed class MutateRowsResponse : IMessage<MutateRowsResponse>, IEquatable<MutateRowsResponse>, IDeepCloneable<MutateRowsResponse>, 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 `MutateRowsResponse` class within the `Google.Cloud.Bigtable.V2` namespace, specifically focusing on version 2.4.0, but also providing links to many previous versions all the way back to 2.2.0."],["The `MutateRowsResponse` class serves as the response message for the `BigtableService.MutateRows` operation and it inherits from `Object` and implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `RepeatedField\u003cMutateRowsResponse.Types.Entry\u003e` property called `Entries` that holds the results for the batch request's entries."],["There are two constructors available: a default constructor `MutateRowsResponse()` and a copy constructor `MutateRowsResponse(MutateRowsResponse other)`."],["The latest version, 3.17.0 is available at the top of the page, giving users a link to the latest version of the MutateRowsResponse class, and there are other versions listed down the page."]]],[]]