public sealed class ResumeQueueRequest : IMessage<ResumeQueueRequest>, IEquatable<ResumeQueueRequest>, IDeepCloneable<ResumeQueueRequest>, IBufferMessage, IMessage
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 webpage details the `ResumeQueueRequest` class within the Google Cloud Tasks V2 API, specifically in the .NET environment."],["The `ResumeQueueRequest` class is a request message used for the `ResumeQueue` operation within the Google Cloud Tasks service, designed to be compatible with the Protobuf message format."],["The class is part of the `Google.Cloud.Tasks.V2` namespace and is implemented within the `Google.Cloud.Tasks.V2.dll` assembly."],["The class includes properties like `Name`, which represents the queue name, and `QueueName`, which is a strongly-typed view of the queue resource name, alongside constructors to create new instances, and inherit common object properties."],["The document also links to different versions, from 2.2.0 to the latest 3.5.0, where each version has its own associated page, and is the result of being a reference document."]]],[]]