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 API class is 3.23.0, and the page offers access to documentation for versions ranging from 2.3.0 to 3.23.0, including version 3.0.0 which this particular document describes."],["The `DeleteSubscriptionRequest` class inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, one default and another that accepts another `DeleteSubscriptionRequest` object, along with two main properties, `Subscription` which is a string, and `SubscriptionAsSubscriptionName` which is of the type `SubscriptionName`."],["The `Subscription` property is required and specifies the name of the subscription to be deleted, formatted as `projects/{project}/subscriptions/{sub}`."]]],[]]