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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]