public sealed class PauseQueueRequest : IMessage<PauseQueueRequest>, IEquatable<PauseQueueRequest>, IDeepCloneable<PauseQueueRequest>, IBufferMessage, IMessage
Request message for [PauseQueue][google.cloud.tasks.v2.CloudTasks.PauseQueue].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `PauseQueueRequest` class within the Google Cloud Tasks V2 library for .NET, specifically version 2.5.0."],["`PauseQueueRequest` is a request message used to pause a queue in Google Cloud Tasks, as part of the `CloudTasks.PauseQueue` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `PauseQueueRequest` class contains properties such as `Name` (a string representing the queue name) and `QueueName` (a typed view of the queue name), and it also provides a constructor for creating an instance of the request."],["The documentation lists available versions of the library, ranging from 2.2.0 up to the latest version, 3.5.0."]]],[]]