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."],[[["This document provides reference documentation for the `DeleteQueueRequest` class within the Google Cloud Tasks v2 API for .NET, specifically version 3.4.0."],["The `DeleteQueueRequest` class is used to construct a request for deleting a queue, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits members from the base `object` class and has two constructors: a default one and one that accepts another `DeleteQueueRequest` as a parameter for cloning."],["The `DeleteQueueRequest` class includes two main properties: `Name`, which is a string representing the required queue name, and `QueueName`, which provides a typed view over the `Name` property."],["The listed documentation is for the Google Cloud Tasks v2 API, with version 3.5.0 being the most recent, and also has previous versions available ranging from 2.2.0 to 3.4.0."]]],[]]