public sealed class CancelPatchJobRequest : IMessage<CancelPatchJobRequest>, IEquatable<CancelPatchJobRequest>, IDeepCloneable<CancelPatchJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class CancelPatchJobRequest.
[[["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 page provides reference documentation for the `CancelPatchJobRequest` class within the Google Cloud OS Config v1 API, specifically for version 2.3.0."],["`CancelPatchJobRequest` is a message type used to request the cancellation of a patch job, inheriting from multiple interfaces such as `IMessage` and `IEquatable`."],["The class offers two constructors, one default and another that accepts another `CancelPatchJobRequest` instance as an argument for cloning."],["It includes two properties: `Name`, which is a required string representing the patch job's name, and `PatchJobName`, which provides a typed view of the `Name` property."],["The document lists older versions of the CancelPatchJobRequest class, ranging from 1.3.0 up to 2.4.0, with the later being the latest version."]]],[]]