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."],[[["The latest version of the `CancelPatchJobRequest` is 2.4.0, with versions available down to 1.3.0."],["`CancelPatchJobRequest` is a message type used for canceling a patch job within the Google Cloud OS Config service."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CancelPatchJobRequest` class contains two constructors, a default one and one that accepts another `CancelPatchJobRequest` as an argument."],["The `CancelPatchJobRequest` class has two properties: `Name`, which is a required string for the patch name, and `PatchJobName`, which is a typed view over the `Name` property."]]],[]]