public sealed class DeleteQueueRequest : IMessage<DeleteQueueRequest>, IEquatable<DeleteQueueRequest>, IDeepCloneable<DeleteQueueRequest>, IBufferMessage, IMessage
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 latest version of the `DeleteQueueRequest` is 3.5.0, with other listed versions ranging from 2.2.0 to 3.4.0."],["`DeleteQueueRequest` is a class used to request the deletion of a queue within the Google Cloud Tasks service."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteQueueRequest` class has two constructors, one default and one that takes another `DeleteQueueRequest` object as a parameter for copying."],["The `Name` property, of type string, is required and represents the queue name in the format: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`."]]],[]]