public sealed class DeleteQueueRequest : IMessage<DeleteQueueRequest>, IEquatable<DeleteQueueRequest>, IDeepCloneable<DeleteQueueRequest>, IBufferMessage, IMessage
Request message for [DeleteQueue][google.cloud.tasks.v2beta3.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 `DeleteQueueRequest` class is used to construct request messages for deleting a queue in the Cloud Tasks API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The `DeleteQueueRequest` class contains properties `Name` and `QueueName`, where `Name` is a required field representing the full name of the queue to be deleted, and `QueueName` provides a typed view of this resource name."],["There are two constructors for the class, one is a default constructor and the other creates a copy of another `DeleteQueueRequest` instance."],["The available versions of this Class are: 3.0.0-beta07 (latest), 3.0.0-beta06, and 2.0.0-beta08."]]],[]]