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."],[[["The latest version available for `MutateRowsResponse` is 3.17.0, which can be found on the listed documentation page."],["This document provides documentation for `MutateRowsResponse`, the response message for BigtableService.MutateRows in the Google Cloud Bigtable V2 library, with version 2.6.0 being the current context."],["The `MutateRowsResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property called `Entries` of type `RepeatedField\u003cMutateRowsResponse.Types.Entry\u003e`, which represents the results for batch request entries."],["The `MutateRowsResponse` class can be instantiated using two available constructors: the default `MutateRowsResponse()` and `MutateRowsResponse(MutateRowsResponse other)`, the copy constructor."]]],[]]