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 `MutateRowsResponse` class is used as a response message for the `BigtableService.MutateRows` operation within the Google Cloud Bigtable V2 library."],["This class is implemented within the `Google.Cloud.Bigtable.V2` namespace, as seen in the listed versions, and resides within the `Google.Cloud.Bigtable.V2.dll` assembly."],["The `MutateRowsResponse` class includes an `Entries` property, which is a `RepeatedField` that contains results from batch requests, each being of type `MutateRowsResponse.Types.Entry`."],["The latest version available for `MutateRowsResponse` is 3.17.0, with various previous versions listed, providing historical context for the class."],["`MutateRowsResponse` inherits from object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."]]],[]]