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."],[[["This webpage details the `OperationStatus` class within the `Google.Cloud.Gaming.V1` namespace, specifically version 1.4.0 of the library."],["The `OperationStatus` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties like `Done` (a boolean indicating if an operation is complete), `ErrorCode` (a type indicating failure reasons), and `ErrorMessage` (a string providing a readable description of an error)."],["The latest version of the `OperationStatus` class is 2.2.0, with multiple previous versions also being available, ranging back to 1.1.0."],["There are 2 constructors for `OperationStatus`, one default and one that accepts another `OperationStatus` as a parameter."]]],[]]