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 page 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 documentation is for version 3.23.0, with multiple past versions also available, ranging from 3.22.0 down to 2.3.0, and 2.9.0 being the specific page context."],["The `DeleteSubscriptionRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteSubscriptionRequest` include `Subscription` (a string representing the subscription to delete) and `SubscriptionAsSubscriptionName`, which provides a typed view of the subscription resource name."],["There are two constructors available for the class, a parameterless constructor, and one that accepts another `DeleteSubscriptionRequest` as a parameter."]]],[]]