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 webpage details the `DeleteSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, used for deleting a subscription in Google Cloud Pub/Sub."],["The latest version available for this class is 3.23.0, with numerous previous versions listed, ranging back to version 2.3.0."],["The `DeleteSubscriptionRequest` class includes properties such as `Subscription` (a string) and `SubscriptionAsSubscriptionName` (a `SubscriptionName` type) for specifying the subscription to be deleted."],["The class implements several interfaces, including `IMessage\u003cDeleteSubscriptionRequest\u003e`, `IEquatable\u003cDeleteSubscriptionRequest\u003e`, `IDeepCloneable\u003cDeleteSubscriptionRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The webpage provides documentation for the constructors of the `DeleteSubscriptionRequest` class, which include a default constructor and a constructor that accepts another `DeleteSubscriptionRequest` object."]]],[]]