public sealed class TableDeletion : IMessage<BigQueryAuditMetadata.Types.TableDeletion>, IEquatable<BigQueryAuditMetadata.Types.TableDeletion>, IDeepCloneable<BigQueryAuditMetadata.Types.TableDeletion>, 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 describes the `TableDeletion` class, which represents a table deletion event in the Google Cloud Audit logs, specifically within the `BigQueryAuditMetadata.Types` namespace."],["The `TableDeletion` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["It offers two constructors: a default one and another that takes an existing `BigQueryAuditMetadata.Types.TableDeletion` object as a parameter, allowing for object duplication."],["The `TableDeletion` class exposes two properties: `JobName`, which holds the URI of the job responsible for the table deletion, and `Reason`, which describes the deletion method, that can only be present if the reason is QUERY."],["The page includes a version history of the `TableDeletion` class, showcasing versions ranging from 1.0.0 to 2.5.0, with 2.5.0 being the latest version."]]],[]]