public sealed class DeleteSubscriptionRequest : IMessage<DeleteSubscriptionRequest>, IEquatable<DeleteSubscriptionRequest>, IDeepCloneable<DeleteSubscriptionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class DeleteSubscriptionRequest.
[[["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 reference documentation for the `DeleteSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["This class is used to request the deletion of a subscription and it is found under the `Google.Cloud.PubSub.V1` namespace and specifically in the `Google.Cloud.PubSub.V1.dll` assembly."],["The latest version of the API shown is 3.23.0 and the page offers documentation for many prior versions, going back to 2.3.0, allowing developers to access historical versions."],["The `DeleteSubscriptionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, and has a constructor that can take another `DeleteSubscriptionRequest` object as an argument."],["The `DeleteSubscriptionRequest` class contains properties such as `Subscription`, a string that represents the format `projects/{project}/subscriptions/{sub}`, and `SubscriptionAsSubscriptionName`, which is of type `SubscriptionName` for a typed view over the subscription resource name."]]],[]]