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-04-09 UTC."],[[["The latest version available for the `DeleteSubscriptionRequest` in the Google Cloud Pub/Sub v1 API is 3.23.0, with a comprehensive list of versions going back to 2.3.0 available for reference."],["The `DeleteSubscriptionRequest` class is used to request the deletion of a specific subscription within the Pub/Sub service, implementing various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSubscriptionRequest` class has two constructors, `DeleteSubscriptionRequest()` and `DeleteSubscriptionRequest(DeleteSubscriptionRequest other)`, and contains two properties, `Subscription` and `SubscriptionAsSubscriptionName`."],["The `Subscription` property in the `DeleteSubscriptionRequest` class is of type `string` and it is used to specify the subscription to be deleted."],["The `SubscriptionAsSubscriptionName` property provides a `SubscriptionName`-typed view over the `Subscription` property, giving a resource name representation."]]],[]]