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 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 documentation is 3.23.0, but the page primarily details version 2.7.0."],["The `DeleteSubscriptionRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteSubscriptionRequest` include `Subscription` (a string representing the subscription's resource name) and `SubscriptionAsSubscriptionName` (a typed view of the subscription name)."],["The `DeleteSubscriptionRequest` class provides two constructors, one parameterless and the other accepting another `DeleteSubscriptionRequest` object."]]],[]]