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 provides documentation for the `MutateRowsResponse` class within the `Google.Cloud.Bigtable.V2` namespace for .NET."],["The `MutateRowsResponse` class is used as a response message for the `BigtableService.MutateRows` method and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions for the `MutateRowsResponse`, ranging from version 2.2.0 to the latest version 3.17.0, with links to the documentation of each version."],["The class `MutateRowsResponse` contains properties, including `Entries`, which is a `RepeatedField` that stores one or more results from a batch request."],["The page details inheritance and implementation, indicating `MutateRowsResponse` inherits from `Object` and provides access to inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]