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-04-01 UTC."],[[["This document provides reference information for the `DeleteListingRequest` class within the Google.Cloud.BigQuery.AnalyticsHub.V1 namespace, specifically for version 1.5.0 of the API."],["The `DeleteListingRequest` class is used to delete a listing and is part of the Analytics Hub v1 API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality within the .NET ecosystem."],["The class has a `Name` property, which is a required resource name of the listing to be deleted, and a `ListingName` property."],["The documentation lists available versions of the class, ranging from 1.0.0 to the latest version 1.7.0."]]],[]]