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 webpage provides documentation for the `DeleteSubscriptionRequest` class within the Google Cloud BigQuery Analytics Hub v1 API."],["The `DeleteSubscriptionRequest` class is used to send a request to delete a subscription within the Analytics Hub and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is for version 1.7.0, and previous versions from 1.0.0 to 1.6.0 are also available."],["Key properties of the `DeleteSubscriptionRequest` class include `Name`, which is the resource name of the subscription to delete, and `SubscriptionName`, which offers a typed view over the `Name` property."],["There are two constructors available for creating a `DeleteSubscriptionRequest` instance: a default constructor and a constructor that takes another `DeleteSubscriptionRequest` object as a parameter."]]],[]]