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-31 UTC."],[[["This webpage details the `DeleteSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, used for requests to delete a Pub/Sub subscription."],["The latest version of this API element is 3.23.0, while the page focuses on version 2.10.0 and a list of prior versions are available to review."],["The `DeleteSubscriptionRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Subscription` (a string representing the subscription to be deleted) and `SubscriptionAsSubscriptionName`, which is a typed view of the subscription name."],["The `DeleteSubscriptionRequest` class includes two constructors, one default and another for creating a copy from another `DeleteSubscriptionRequest`."]]],[]]