public sealed class PauseQueueRequest : IMessage<PauseQueueRequest>, IEquatable<PauseQueueRequest>, IDeepCloneable<PauseQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 API class PauseQueueRequest.
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 API, specifically for version 3.4.0."],["`PauseQueueRequest` is a request message used to pause a queue within Google Cloud Tasks, as indicated by the `PauseQueue` method."],["The `PauseQueueRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes two constructors: a default constructor and one that takes another `PauseQueueRequest` object, and it features properties such as `Name` (a string) and `QueueName` (a `QueueName` type) for managing queue identification."],["The page provides a list of previous versions of the `PauseQueueRequest` class, from 2.2.0 up to 3.5.0, the latest version."]]],[]]