public sealed class ModelDeletion : IMessage<BigQueryAuditMetadata.Types.ModelDeletion>, IEquatable<BigQueryAuditMetadata.Types.ModelDeletion>, IDeepCloneable<BigQueryAuditMetadata.Types.ModelDeletion>, 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 `ModelDeletion` class, which represents a model deletion event within the `Google.Cloud.Audit` namespace, and is part of version 1.1.0 of the library."],["The `ModelDeletion` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message-based data and deep cloning."],["The class offers two constructors: a default constructor `ModelDeletion()` and a copy constructor `ModelDeletion(BigQueryAuditMetadata.Types.ModelDeletion other)` that copies an existing instance."],["Key properties of the `ModelDeletion` class include `JobName`, a string representing the URI of the job that deleted the model, and `Reason`, which specifies how the model was deleted, using the `BigQueryAuditMetadata.Types.ModelDeletion.Types.Reason` enumeration."],["This content also includes links to the different versions of the ModelDeletion class, ranging from the latest version 2.5.0 to version 1.0.0."]]],[]]