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."],[[["The latest version of `CancelPatchJobRequest` is 2.4.0, with a total of 11 versions available ranging from 1.3.0 to 2.4.0."],["`CancelPatchJobRequest` is a message class used to cancel a patch job, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `CancelPatchJobRequest` class contains two properties: `Name`, a string that represents the required name of the patch in the form `projects/*/patchJobs/*`, and `PatchJobName`, providing a typed view over the name property."],["There are two constructors to create an instance of the `CancelPatchJobRequest`, one default constructor, and another allowing you to create a new `CancelPatchJobRequest` object from an existing one."]]],[]]