public sealed class CancelPatchJobRequest : IMessage<CancelPatchJobRequest>, IEquatable<CancelPatchJobRequest>, IDeepCloneable<CancelPatchJobRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `CancelPatchJobRequest` class, which is used to send a message to cancel a patch job within Google Cloud's OS Config service."],["The `CancelPatchJobRequest` class is part of the `Google.Cloud.OsConfig.V1` namespace and is available in various versions, with the latest being 2.4.0, as well as previous versions all the way back to 1.3.0, all of which can be referenced."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which can be used to perform different tasks with the patch request."],["Key properties of `CancelPatchJobRequest` include `Name`, a required string representing the patch job's name, and `PatchJobName`, a typed view over the resource name."],["The class has two constructors: a parameterless constructor, and one that accepts another `CancelPatchJobRequest` as a parameter."]]],[]]