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."],[[["The content focuses on the `DeleteSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically detailing its structure and usage across multiple versions."],["The latest version of the class documentation is 3.23.0, and the document contains versions all the way back to 2.3.0 for the `DeleteSubscriptionRequest`."],["The `DeleteSubscriptionRequest` class is a request object for deleting a Pub/Sub subscription, inheriting from `Object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one and one that copies another `DeleteSubscriptionRequest` object, it also has properties `Subscription` and `SubscriptionAsSubscriptionName`."],["The `Subscription` property represents the subscription to be deleted, and it is a string with a specified format, while the `SubscriptionAsSubscriptionName` property is a typed view over the `Subscription` resource name."]]],[]]