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-21 UTC."],[[["This document provides reference information for the `DeleteListingRequest` class within the Google Cloud BigQuery Analytics Hub V1 API, specifically version 1.4.0."],["`DeleteListingRequest` is used to request the deletion of a listing and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteListingRequest` class has two constructors, one default and another for creating a copy from another `DeleteListingRequest` object."],["The class contains two main properties: `ListingName`, which is a typed view over the listing's resource name, and `Name`, which is a string containing the resource name of the listing to delete."],["This document references previous versions of `DeleteListingRequest` ranging from version 1.0.0 to the latest version 1.7.0."]]],[]]