public sealed class PurgeQueueRequest : IMessage<PurgeQueueRequest>, IEquatable<PurgeQueueRequest>, IDeepCloneable<PurgeQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 API class PurgeQueueRequest.
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."],[[["This page provides reference documentation for the `PurgeQueueRequest` class within the Google Cloud Tasks v2 API, specifically for version 3.4.0."],["`PurgeQueueRequest` is used as the request message for the `PurgeQueue` method in the CloudTasks API, allowing users to purge queues."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `PurgeQueueRequest` class has two constructors and two properties, `Name`, which represents the queue name as a string, and `QueueName`, which provides a typed view over the `Name` property."],["The documentation references different previous versions, going back as far as version 2.2.0 and going up to the latest 3.5.0."]]],[]]