public sealed class PauseQueueRequest : IMessage<PauseQueueRequest>, IEquatable<PauseQueueRequest>, IDeepCloneable<PauseQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class PauseQueueRequest.
Request message for
[PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue].
[[["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."],[[["The `PauseQueueRequest` class in the Google Cloud Tasks v2beta3 API is used to request the pausing of a queue."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["There are two constructors available for `PauseQueueRequest`: a default constructor and one that takes another `PauseQueueRequest` instance as a parameter."],["The `PauseQueueRequest` class has two properties: `Name`, a string representing the queue's name, and `QueueName`, a `QueueName`-typed view over the `Name` property."],["The latest version of the documentation for `PauseQueueRequest` is `3.0.0-beta07`, and older versions such as `3.0.0-beta06` and `2.0.0-beta08` are also available."]]],[]]