public sealed class DeleteListingRequest : IMessage<DeleteListingRequest>, IEquatable<DeleteListingRequest>, IDeepCloneable<DeleteListingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 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-31 UTC."],[[["This document provides reference information for the `DeleteListingRequest` class within the Google Cloud BigQuery Analytics Hub V1 API, specifically version 1.0.0."],["`DeleteListingRequest` is used to request the deletion of a listing and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `DeleteListingRequest` object for parameter `other`."],["Key properties of `DeleteListingRequest` include `ListingName` (a typed view) and `Name` (a string), which represent the resource name of the listing to be deleted."],["This document covers a variety of versions of the api, starting at 1.0.0 and ending at the latest version 1.7.0."]]],[]]