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 document provides reference information for the `CancelPatchJobRequest` class within the Google Cloud OS Config v1 API, specifically version 2.2.0."],["The `CancelPatchJobRequest` class is used to send requests for canceling a patch job, inheriting from object and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Name` property to identify the patch job, formatted as `projects/*/patchJobs/*`, and a `PatchJobName` property which provides a typed view over the name resource."],["There are two constructors available for creating a `CancelPatchJobRequest` object, the first is empty and the second takes another `CancelPatchJobRequest` instance as an argument."],["Multiple versions of the `CancelPatchJobRequest` are available, with version 2.4.0 as the latest, and it is accessible in the `Google.Cloud.OsConfig.V1` namespace."]]],[]]