public sealed class OperationStatus : IMessage<OperationStatus>, IEquatable<OperationStatus>, IDeepCloneable<OperationStatus>, 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 of the `OperationStatus` class is `2.0.0-beta03`, with previous versions `2.0.0-beta02` and `1.0.0-beta09` also available."],["The `OperationStatus` class, found within the `Google.Cloud.Gaming.V1Beta` namespace, inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties to determine the operation status, using `Done` as a boolean, and `ErrorCode` and `ErrorMessage` to relay any error states."],["The `OperationStatus` class provides two constructors, one is parameterless, and the other takes an `OperationStatus` object as a parameter."]]],[]]