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 the Google Cloud Tasks service, specifically within the `google.cloud.tasks.v2.CloudTasks.PurgeQueue` function."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, showcasing its comprehensive functionality within the .NET ecosystem."],["It offers two constructors: a default constructor and one that allows for creating a `PurgeQueueRequest` object based on another `PurgeQueueRequest` instance."],["The `PurgeQueueRequest` class has two key properties: `Name` which is a string representing the queue's resource name, and `QueueName` which provides a typed view over the `Name` property."],["This class is found within the `Google.Cloud.Tasks.V2` namespace and is part of the `Google.Cloud.Tasks.V2.dll` assembly, highlighting its role in the Google Cloud Tasks .NET client library."]]],[]]