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."],[[["The `CancelPatchJobRequest` class is used to send a request to cancel a patch job in the Google Cloud OS Config v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enable various functionalities like message handling, object comparison, deep cloning, and buffer management."],["It is derived from the base `Object` class, and its functionality includes inherited methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class includes two constructors, one default and one that accepts another `CancelPatchJobRequest` object for creating a new instance based on an existing one."],["It also contains two properties: `Name`, which is a string that represents the required name of the patch job, and `PatchJobName`, which provides a typed view of the `Name` property as a `PatchJobName` object."]]],[]]