public sealed class JobInsertion : IMessage<BigQueryAuditMetadata.Types.JobInsertion>, IEquatable<BigQueryAuditMetadata.Types.JobInsertion>, IDeepCloneable<BigQueryAuditMetadata.Types.JobInsertion>, 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 `JobInsertion` class represents a job insertion event within the `Google.Cloud.Audit` namespace and is part of the `BigQueryAuditMetadata` types."],["It is implemented in the `Google.Cloud.Audit.dll` assembly and inherits from `Object`, while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default `JobInsertion()` and one that takes another `JobInsertion` object as a parameter for creating a copy."],["It includes two properties: `Job`, which is of type `BigQueryAuditMetadata.Types.Job` and contains job metadata, and `Reason`, of type `BigQueryAuditMetadata.Types.JobInsertion.Types.Reason` describing the method of job insertion."],["The available versions of `JobInsertion` range from 1.0.0 to 2.5.0, with version 2.5.0 being the latest."]]],[]]