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-04-17 UTC."],[[["The `PurgeQueueRequest` class is a request message used for purging a queue in Google Cloud Tasks."],["This class is part of the `Google.Cloud.Tasks.V2` namespace and is defined in the `Google.Cloud.Tasks.V2.dll` assembly."],["The `PurgeQueueRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `PurgeQueueRequest` class has a `Name` property, which is a string that represents the required queue name, and a `QueueName` property that provides a typed view of the resource name."],["The latest version available for the class is `3.5.0`, and there are multiple previous versions listed in the content, with `2.5.0` being the current contextual version."]]],[]]