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 documentation provides reference information for the `DeleteListingRequest` class within the Google Cloud BigQuery Data Exchange v1beta1 API."],["`DeleteListingRequest` is a message type used for deleting a listing, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a constructor, `DeleteListingRequest()`, and an overloaded constructor `DeleteListingRequest(DeleteListingRequest other)` for creating instances."],["It contains two key properties: `ListingName`, which provides a typed view over the resource name, and `Name`, which is a string representing the resource name of the listing to delete."],["There are currently 3 versions of the code available, the latest being version 2.0.0-beta06."]]],[]]