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.AnalyticsHub.V1 namespace, specifically version 1.6.0 of the API."],["The `DeleteSubscriptionRequest` class is used to represent a request for deleting a subscription in the Analytics Hub v1 API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes a `Name` property, which is a required string representing the resource name of the subscription to be deleted, and a `SubscriptionName` property, which provides a strongly-typed view of the `Name`."],["The document also includes links to previous versions, with version 1.7.0 being the latest."]]],[]]