public sealed class DeleteSubscriptionRequest : IMessage<DeleteSubscriptionRequest>, IEquatable<DeleteSubscriptionRequest>, IDeepCloneable<DeleteSubscriptionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class DeleteSubscriptionRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides reference documentation for the `DeleteSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment."],["It details the `DeleteSubscriptionRequest` class's purpose, which is to handle requests for the `DeleteSubscription` method used to delete a subscription."],["The page lists available versions of the API ranging from version 3.23.0 (latest) down to version 2.3.0, along with links to the documentation for each version."],["The documentation covers the class's inheritance, implemented interfaces, namespace, assembly, constructors, and properties, including `Subscription` and `SubscriptionAsSubscriptionName`."],["It specifies the `DeleteSubscriptionRequest` class properties, with `Subscription` requiring the subscription to delete, in the format `projects/{project}/subscriptions/{sub}`, and `SubscriptionAsSubscriptionName` providing a `SubscriptionName` type view over the `Subscription` resource name property."]]],[]]