public sealed class DeletePatchDeploymentRequest : IMessage<DeletePatchDeploymentRequest>, IEquatable<DeletePatchDeploymentRequest>, IDeepCloneable<DeletePatchDeploymentRequest>, IBufferMessage, IMessage
A request message for deleting a patch deployment.
[[["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 details the `DeletePatchDeploymentRequest` class, which is used to send a request to delete a patch deployment."],["The `DeletePatchDeploymentRequest` class is a part of the `Google.Cloud.OsConfig.V1` namespace and is included in the `Google.Cloud.OsConfig.V1.dll` assembly."],["It provides a list of versions with hyperlinks, and the latest version available is 2.4.0."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties to set and get the resource name, `Name`, which is required and takes the form of `projects/*/patchDeployments/*` and a property `PatchDeploymentName` which provides a typed view over the resource name."]]],[]]