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 documentation for the `DeleteSubscriptionRequest` class within the Google.Cloud.BigQuery.AnalyticsHub.V1 API, specifically version 1.4.0."],["`DeleteSubscriptionRequest` is a message type used to request the deletion of a subscription in the Analytics Hub, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DeleteSubscriptionRequest` includes a constructor that allows for the creation of a new instance or cloning from an existing `DeleteSubscriptionRequest` object."],["The `DeleteSubscriptionRequest` class features two properties: `Name`, a string that represents the resource name of the subscription to be deleted, and `SubscriptionName`, which provides a typed view of the resource name."],["The document also lists the history of available versions for this class, ranging from version 1.0.0 up to the latest version 1.7.0."]]],[]]