public sealed class JobStatus : IMessage<BigQueryAuditMetadata.Types.JobStatus>, IEquatable<BigQueryAuditMetadata.Types.JobStatus>, IDeepCloneable<BigQueryAuditMetadata.Types.JobStatus>, 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 available is 2.5.0, with other versions ranging down to 1.0.0."],["`JobStatus` is a class that represents the status of a job within `BigQueryAuditMetadata`, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `ErrorResult`, `Errors`, and `JobState` that provide information about the job's current status, any errors encountered, and the overall job state respectively."],["The `JobStatus` class supports two constructors, a default one and one that takes another `JobStatus` object as an argument for copying, allowing for initialization with default values or by copying an existing status."],["The class inherits members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the base `Object` class, as well as being located in the `Google.Cloud.Audit` namespace, within the `Google.Cloud.Audit.dll` assembly."]]],[]]