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.5.0 of the API."],["The `DeleteSubscriptionRequest` class is used to structure requests for deleting a subscription in the Analytics Hub, and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains two constructors, including a default constructor and one that takes another `DeleteSubscriptionRequest` object, along with properties like `Name` and `SubscriptionName` to specify the subscription to be deleted."],["The document also lists previous versions of the API, ranging from version 1.0.0 to the latest 1.7.0 version, allowing users to access information on all older versions."]]],[]]