public sealed class DatasetDeletion : IMessage<BigQueryAuditMetadata.Types.DatasetDeletion>, IEquatable<BigQueryAuditMetadata.Types.DatasetDeletion>, IDeepCloneable<BigQueryAuditMetadata.Types.DatasetDeletion>, 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 provides details on the `DatasetDeletion` class, which represents a dataset deletion event within the `Google.Cloud.Audit` namespace."],["The `DatasetDeletion` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It is part of the Google.Cloud.Audit.dll assembly, with documented versions ranging from 1.0.0 to the latest 2.5.0, providing compatibility through various updates."],["The class includes two constructors, `DatasetDeletion()` for default initialization and `DatasetDeletion(BigQueryAuditMetadata.Types.DatasetDeletion other)` for copying data from another instance, and includes the properties `JobName`, and `Reason`."],["The `JobName` property stores the URI of the job responsible for the dataset deletion, and the `Reason` property specifies how the dataset was deleted."]]],[]]