public sealed class ModelDeletion : IMessage<BigQueryAuditMetadata.Types.ModelDeletion>, IEquatable<BigQueryAuditMetadata.Types.ModelDeletion>, IDeepCloneable<BigQueryAuditMetadata.Types.ModelDeletion>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.ModelDeletion.
[[["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 `BigQueryAuditMetadata.Types.ModelDeletion` class within the Google Cloud Audit API, specifically for the .NET environment, with the latest version being 2.5.0 and a current version of 2.1.0."],["The `ModelDeletion` class represents a model deletion event and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message operations, equality checks, deep cloning, and buffer management respectively."],["The `ModelDeletion` class has two constructors, one default and one that takes another `ModelDeletion` object, allowing for both empty initialization and copying existing objects."],["Key properties of the `ModelDeletion` class include `JobName`, which is the URI of the job that deleted the model, and `Reason`, which specifies the method of deletion."],["There is also reference documentation available for versions ranging from 1.0.0 to 2.5.0."]]],[]]