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-04-17 UTC."],[[["The `CancelPatchJobRequest` class is used to send a message for canceling a patch job within the Google Cloud OS Config v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the .NET ecosystem."],["The latest version of this class is 2.4.0, with several previous versions also available, going as far back as 1.3.0."],["The class contains two constructors, `CancelPatchJobRequest()` and `CancelPatchJobRequest(CancelPatchJobRequest other)`, to allow for default or copy-based object initialization."],["It contains the properties `Name` and `PatchJobName` to give access to the name of the patch job that is to be canceled."]]],[]]