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-31 UTC."],[[["This page provides reference documentation for the `DeleteSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `DeleteSubscriptionRequest` class is used to construct requests for deleting a subscription in the Pub/Sub service and is found in the `Google.Cloud.PubSub.V1` namespace."],["The most current version available for the class is 3.23.0, with links provided for previous versions back to 2.3.0, allowing developers to check against any of these versions."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for object handling and manipulation."],["Key properties of the `DeleteSubscriptionRequest` class include `Subscription`, which is a string representing the subscription's resource name, and `SubscriptionAsSubscriptionName`, offering a typed view of the subscription resource name."]]],[]]