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 `CancelPatchJobRequest` class is used to send a message for canceling a patch job within the Google Cloud OS Config API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `CancelPatchJobRequest` class has two constructors, a default one and one that takes another `CancelPatchJobRequest` as an argument for creating a copy."],["The class includes properties like `Name` and `PatchJobName`, where `Name` is a required string specifying the patch job's resource name in the format `projects/*/patchJobs/*`."],["This documentation is for version 1.8.0 of the Google Cloud OS Config V1 library, with links to other versions ranging from 1.3.0 to the latest 2.4.0."]]],[]]