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, specifically for .NET."],["The latest version available is 3.23.0, while the page content focuses on version 3.6.0 with documentation on older versions spanning from 3.22.0 down to 2.3.0, each link providing a unique version to the same request."],["The `DeleteSubscriptionRequest` class is used to request the deletion of a subscription and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties such as `Subscription`, a string that is required and represents the subscription to delete, and `SubscriptionAsSubscriptionName` which provides a typed view of the subscription resource."],["The `DeleteSubscriptionRequest` class has two constructors, a parameterless one, and one that accepts another `DeleteSubscriptionRequest` instance, for ease of object creation."]]],[]]