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 development."],["The `DeleteSubscriptionRequest` class is used to construct requests for deleting a subscription in the Pub/Sub service."],["The latest version of the documentation is version 3.23.0, and there are many older version links for `DeleteSubscriptionRequest` available to access dating back to version 2.3.0."],["The `DeleteSubscriptionRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of `DeleteSubscriptionRequest` include `Subscription`, which is a string representing the subscription's resource name, and `SubscriptionAsSubscriptionName`, which is a `SubscriptionName`-typed view of the subscription."]]],[]]