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 the Google Cloud Pub/Sub service."],["The `DeleteSubscriptionRequest` class is part of the Google Cloud Pub/Sub .NET library, with the latest version available at 3.23.0, while it is shown within version 2.4.0."],["The class provides two constructors: a default constructor and one that accepts another `DeleteSubscriptionRequest` object as a parameter for copying."],["Key properties of `DeleteSubscriptionRequest` include `Subscription`, a string representing the subscription to be deleted, and `SubscriptionAsSubscriptionName`, a `SubscriptionName`-typed view of the subscription resource name."],["The page also contains a breakdown of the different versions of the class and their reference documentation."]]],[]]