public sealed class PauseJobRequest : IMessage<PauseJobRequest>, IEquatable<PauseJobRequest>, IDeepCloneable<PauseJobRequest>, IBufferMessage, IMessage
Request message for [PauseJob][google.cloud.scheduler.v1.CloudScheduler.PauseJob].
[[["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."],[[["The `PauseJobRequest` class is used to create request messages for pausing a scheduled job in the Google Cloud Scheduler service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling, equality checks, deep cloning, and buffer operations."],["The `PauseJobRequest` class offers two constructors: a default constructor and another that takes another `PauseJobRequest` instance for copying."],["The `PauseJobRequest` class contains a `Name` property, which is a string, and a `JobName` property, which is a `JobName` type, to specify the job being targeted."],["There are multiple versions of the class, with the current latest being 3.5.0, and the current page being for version 2.2.0."]]],[]]