public sealed class DeleteListingRequest : IMessage<DeleteListingRequest>, IEquatable<DeleteListingRequest>, IDeepCloneable<DeleteListingRequest>, 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."],[[["The latest version available for the `DeleteListingRequest` class is 2.0.0-beta06, with previous versions including 2.0.0-beta05 and 1.0.0-beta01 also documented."],["`DeleteListingRequest` is a message class used for the purpose of deleting a specific listing within the Google Cloud BigQuery Data Exchange V1Beta1 namespace."],["The `DeleteListingRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors, one default and another that takes a `DeleteListingRequest` object as a parameter for creating a new `DeleteListingRequest` object from an existing one."],["The class also contains two properties: `ListingName`, which is a typed view of the resource name, and `Name`, which represents the required resource name of the listing to delete."]]],[]]