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."],[[["\u003cp\u003eThe \u003ccode\u003eResumeQueueRequest\u003c/code\u003e class is used to send a request to resume a queue in Google Cloud Tasks, as part of the \u003ccode\u003eGoogle.Cloud.Tasks.V2\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality comparison, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eResumeQueueRequest\u003c/code\u003e class has two constructors: a default constructor and one that accepts another \u003ccode\u003eResumeQueueRequest\u003c/code\u003e object for creating a copy.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties \u003ccode\u003eName\u003c/code\u003e, which is a string representing the required queue name, and \u003ccode\u003eQueueName\u003c/code\u003e, which is a \u003ccode\u003eQueueName\u003c/code\u003e-typed view of the \u003ccode\u003eName\u003c/code\u003e property for easier handling of queue resource names.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this is 3.5.0, with past versions ranging down to 2.2.0, all of which can be found in the links provided.\u003c/p\u003e\n"]]],[],null,[]]