public sealed class DeleteSubscriptionRequest : IMessage<DeleteSubscriptionRequest>, IEquatable<DeleteSubscriptionRequest>, IDeepCloneable<DeleteSubscriptionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class DeleteSubscriptionRequest.
[[["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 `DeleteSubscriptionRequest` class within the Google.Cloud.BigQuery.AnalyticsHub.V1 namespace, specifically for version 1.3.0 of the .NET library."],["The `DeleteSubscriptionRequest` class is used to send a message to delete a subscription within the Analytics Hub, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `DeleteSubscriptionRequest` object as a parameter for copying."],["The class includes properties such as `Name` (a string representing the resource name of the subscription) and `SubscriptionName` (a typed view over the `Name` property)."],["This class has various versions available, ranging from 1.0.0 up to the latest version 1.7.0."]]],[]]