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 latest version of the `PauseJobRequest` class is 3.5.0, with other versions available ranging from 2.2.0 to 3.4.0."],["`PauseJobRequest` is a request message used for pausing a job within the Google Cloud Scheduler service, specifically within the namespace `Google.Cloud.Scheduler.V1`."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered message processing."],["The `PauseJobRequest` class has two constructors, one default and another that takes a `PauseJobRequest` object as a parameter, and it contains properties like `JobName` and `Name` for managing job identification."],["The `Name` property within `PauseJobRequest` is required and specifies the full resource name of the job to be paused, following a specific format: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`."]]],[]]