public sealed class DeleteListingRequest : IMessage<DeleteListingRequest>, IEquatable<DeleteListingRequest>, IDeepCloneable<DeleteListingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1beta1 API class DeleteListingRequest.
[[["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 reference information for the `DeleteListingRequest` class within the Google Cloud BigQuery Data Exchange V1Beta1 API, detailing its purpose as a message for deleting a listing."],["The `DeleteListingRequest` class, found in the `Google.Cloud.BigQuery.DataExchange.V1Beta1` namespace, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`DeleteListingRequest()`) and a copy constructor (`DeleteListingRequest(DeleteListingRequest other)`), along with inherited methods from the base `object` class."],["It includes two key properties, `ListingName` for a typed view of the listing name and `Name`, which is a required string representing the resource name of the listing to be deleted."],["The latest version of this class available is `2.0.0-beta06`, and two previous versions, `2.0.0-beta05` and `1.0.0-beta01`, are also referenced."]]],[]]