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 version 2.2.0."],["The `MutateRowsResponse` class is a response message for the `BigtableService.MutateRows` operation, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `MutateRowsResponse` class has two constructors: a default constructor, and one that accepts another `MutateRowsResponse` instance as a parameter."],["The class includes a `Entries` property, which is a `RepeatedField` containing one or more `MutateRowsResponse.Types.Entry` objects representing results from the batch request."],["This page contains a list of links to the `MutateRowsResponse` documentation for various versions, from version 2.2.0 up to the latest version, 3.17.0."]]],[]]