public sealed class PurgeQueueRequest : IMessage<PurgeQueueRequest>, IEquatable<PurgeQueueRequest>, IDeepCloneable<PurgeQueueRequest>, IBufferMessage, IMessage
Request message for [PurgeQueue][google.cloud.tasks.v2.CloudTasks.PurgeQueue].
[[["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 `PurgeQueueRequest` class is a request message used for purging a queue in the Google Cloud Tasks service, specifically within the `google.cloud.tasks.v2` namespace."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It features two constructors: a default constructor and a copy constructor that accepts another `PurgeQueueRequest` object."],["The `PurgeQueueRequest` includes two properties, `Name` (a string representing the queue name) and `QueueName` (a `QueueName` type providing a typed view over the queue's name)."],["This documentation outlines versions 2.2.0 through to 3.5.0, with 3.5.0 being the latest version, demonstrating it is an actively updated and maintained component."]]],[]]