public sealed class PurgeQueueRequest : IMessage<PurgeQueueRequest>, IEquatable<PurgeQueueRequest>, IDeepCloneable<PurgeQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class PurgeQueueRequest.
Request message for
[PurgeQueue][google.cloud.tasks.v2beta3.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 documentation is for the `PurgeQueueRequest` class within the Google Cloud Tasks v2beta3 API, specifically version 3.0.0-beta06."],["`PurgeQueueRequest` is a request message used for the `PurgeQueue` operation in the Cloud Tasks API, inheriting from object and implementing several interfaces."],["The class includes a constructor for creating a new `PurgeQueueRequest` and another for copying an existing one."],["It contains two properties, `Name` which is a required string specifying the queue name and `QueueName` which provides a typed view of the `Name` property."],["The `PurgeQueueRequest` class is in the namespace `Google.Cloud.Tasks.V2Beta3` in the assembly `Google.Cloud.Tasks.V2Beta3.dll`."]]],[]]