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."],[[["`OperationStatus` is a sealed class in the `Google.Cloud.Gaming.V1Beta` namespace, representing the status of an operation, and is part of the `Google.Cloud.Gaming.V1Beta.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cOperationStatus\u003e`, `IDeepCloneable\u003cOperationStatus\u003e`, and `IBufferMessage`, indicating its capabilities in message handling, comparison, deep cloning, and buffer management."],["`OperationStatus` provides two constructors, a default constructor and one that accepts another `OperationStatus` object for initialization, allowing the creation of an object from an existing one."],["The class exposes three properties: `Done` (a boolean indicating if the operation is complete), `ErrorCode` (specifying the error code if the operation failed), and `ErrorMessage` (a human-readable description of any errors)."],["The latest version of the OperationStatus class is `2.0.0-beta03`, with previous versions of `2.0.0-beta02` and `1.0.0-beta09` also available."]]],[]]