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 `OperationStatus` class, found in the `Google.Cloud.Gaming.V1Beta` namespace, represents the status of an operation and is implemented as a sealed class."],["The class is part of the `Google.Cloud.Gaming.V1Beta.dll` assembly and inherits from `object`, also implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`OperationStatus` has two constructors, a default constructor and one that takes another `OperationStatus` object for parameter."],["The class includes properties like `Done` (a boolean indicating if the operation is complete), `ErrorCode` (an enum representing error status), and `ErrorMessage` (a string containing a human-readable error)."]]],[]]