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 page provides documentation for the `DeleteSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, used to request the deletion of a subscription."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities."],["The `DeleteSubscriptionRequest` class includes a `Subscription` property, which is required and indicates the subscription to delete in the format `projects/{project}/subscriptions/{sub}`."],["There is an implementation of `SubscriptionAsSubscriptionName` property which provides a typed-view of the `Subscription` resource name property."],["Multiple versions of the documentation for the `DeleteSubscriptionRequest` class are available, ranging from version 2.3.0 to the latest version 3.23.0."]]],[]]