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."],[[["This webpage provides reference documentation for the `DeleteSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of the `DeleteSubscriptionRequest` documentation is 3.23.0, with a range of versions from 2.3.0 to 3.23.0 available for review."],["The `DeleteSubscriptionRequest` class is used to structure requests for deleting a subscription and is implemented as an `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Subscription` which is a string representing the subscription's name, and `SubscriptionAsSubscriptionName` which offers a type-safe view of the subscription name."],["This documentation details how to construct `DeleteSubscriptionRequest` objects, including parameter descriptions and required formatting, along with inherited members and namespace information."]]],[]]