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-04-17 UTC."],[[["This webpage provides documentation for the `DeleteQueueRequest` class within the Google Cloud Tasks V2 library for .NET, specifically version 2.4.0."],["`DeleteQueueRequest` is a message class used to request the deletion of a queue in Google Cloud Tasks, implementing several interfaces for message handling, cloning, and comparison."],["The class inherits from `Object` and has two constructors: a default constructor and a constructor that takes another `DeleteQueueRequest` object."],["The `DeleteQueueRequest` class contains properties, such as `Name`, which is a required string that specifies the queue to be deleted, and `QueueName`, a typed view of the name property."],["The page offers a range of versions for this class, with version 3.5.0 as the latest."]]],[]]