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."],[[["This webpage provides documentation for the `CancelPatchJobRequest` class within the `Google.Cloud.OsConfig.V1` namespace, specifically for version 1.7.0 of the library."],["The `CancelPatchJobRequest` class is used to construct messages for canceling patch jobs and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors: a default constructor and another that accepts a `CancelPatchJobRequest` object for initialization."],["The class includes two properties, `Name` (a string) which is required, and `PatchJobName`, which is a typed view of the name resource, represented by the `PatchJobName` type."],["This page also lists all previous versions of the `CancelPatchJobRequest` class, ranging from 1.3.0 up to 2.4.0, with 2.4.0 being the latest version."]]],[]]