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."],[[["This document outlines the `JobInsertion` class, which represents a job insertion event within the `Google.Cloud.Audit` namespace."],["The `JobInsertion` class is sealed and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling messages, comparisons, deep cloning, and buffer operations, respectively."],["The class features two constructors: a default constructor and one that takes another `JobInsertion` instance as a parameter for creating copies."],["The class includes two key properties: `Job`, which holds job metadata of type `BigQueryAuditMetadata.Types.Job`, and `Reason`, which specifies the job insertion reason using `BigQueryAuditMetadata.Types.JobInsertion.Types.Reason`."],["This page provides versioned documentation for the `JobInsertion` class, with links to versions ranging from 1.0.0 to the latest 2.5.0, offering developers access to previous iterations of the class."]]],[]]