public sealed class DeleteQueueRequest : IMessage<DeleteQueueRequest>, IEquatable<DeleteQueueRequest>, IDeepCloneable<DeleteQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 API class DeleteQueueRequest.
Request message for [DeleteQueue][google.cloud.tasks.v2.CloudTasks.DeleteQueue].
[[["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 document provides reference documentation for the `DeleteQueueRequest` class within the Google Cloud Tasks v2 API for .NET."],["`DeleteQueueRequest` is used to create the request message for deleting a queue using the `DeleteQueue` method in the Cloud Tasks API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET ecosystem."],["The `DeleteQueueRequest` class contains properties such as `Name`, which specifies the queue to delete, and `QueueName`, which provides a strongly-typed view of the queue name."],["The content lists various versions of the Google.Cloud.Tasks.V2 API available, with 3.5.0 being the most recent, all featuring the DeleteQueueRequest class."]]],[]]