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 details the `PauseQueueRequest` class within the `Google.Cloud.Tasks.V2` namespace, used for pausing queues in Google Cloud Tasks."],["The latest version of the `PauseQueueRequest` class is 3.5.0, but the webpage is showing information for version 3.0.0, with older versions also available for viewing."],["`PauseQueueRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that takes another `PauseQueueRequest` object as a parameter, allowing for cloning."],["Key properties of `PauseQueueRequest` include `Name` (a string representing the queue name) and `QueueName` (a `QueueName`-typed view of the queue name)."]]],[]]