public sealed class JobChange : IMessage<BigQueryAuditMetadata.Types.JobChange>, IEquatable<BigQueryAuditMetadata.Types.JobChange>, IDeepCloneable<BigQueryAuditMetadata.Types.JobChange>, 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 provides documentation for the `JobChange` class within the `Google.Cloud.Audit` namespace, specifically version 1.1.0 of the library."],["The `JobChange` class represents a job state change event in BigQuery, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors to create a new `JobChange` instance, either as a default object or by copying an existing `JobChange` object."],["The `JobChange` class exposes properties such as `After` and `Before` to represent the job state after and before the change, along with a `Job` property for job metadata."],["The job metadata, `Before` state, and `After` state are all of a respective type provided in the `Google.Cloud.Audit` namespace, with direct links provided to their documentation."]]],[]]