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 Analytics Hub V1 API, specifically version 1.1.0."],["`DeleteSubscriptionRequest` is used to request the deletion of a subscription and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties to specify the subscription to be deleted, namely `Name` (a string) and `SubscriptionName` (a typed view of the name)."],["It also includes constructors to create a new `DeleteSubscriptionRequest` object or to copy an existing one."],["The latest version of the `DeleteSubscriptionRequest` class is 1.7.0, with documentation also available for prior versions back to 1.0.0."]]],[]]