public sealed class DeleteSubscriptionRequest : IMessage<DeleteSubscriptionRequest>, IEquatable<DeleteSubscriptionRequest>, IDeepCloneable<DeleteSubscriptionRequest>, IBufferMessage, IMessage
[[["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."],[[["This page provides documentation for the `DeleteSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its usage in various versions."],["The latest version of `DeleteSubscriptionRequest` is 3.23.0, and the page provides links to documentation for versions ranging from 3.23.0 down to 2.3.0."],["`DeleteSubscriptionRequest` is a request class for deleting subscriptions, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `DeleteSubscriptionRequest` instance for initialization, along with a `Subscription` property."],["The `Subscription` property, which is a string, and the `SubscriptionAsSubscriptionName`, that is of type `SubscriptionName`, are used to identify the specific subscription to be deleted, with the required format being `projects/{project}/subscriptions/{sub}`."]]],[]]