public sealed class ResumeQueueRequest : IMessage<ResumeQueueRequest>, IEquatable<ResumeQueueRequest>, IDeepCloneable<ResumeQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 API class ResumeQueueRequest.
Request message for
[ResumeQueue][google.cloud.tasks.v2.CloudTasks.ResumeQueue].
[[["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 documentation page covers the `ResumeQueueRequest` class within the Google Cloud Tasks v2 API for .NET."],["The latest version of `ResumeQueueRequest` is 3.5.0, and older versions are also accessible, ranging back to version 2.2.0."],["The `ResumeQueueRequest` class is used to construct request messages for resuming a task queue using the `ResumeQueue` method."],["This class inherits members from the base `object` class and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide common functionalities."],["`ResumeQueueRequest` includes properties `Name` (string) and `QueueName` (QueueName) which are required to specify which queue to resume."]]],[]]