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 requests for deleting a patch deployment in the Google Cloud OS Config API."],["The latest version available is 2.4.0, and the current page specifically documents version 1.8.0 of the `DeletePatchDeploymentRequest`."],["The `DeletePatchDeploymentRequest` class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Name` property, representing the resource name of the patch deployment, and a `PatchDeploymentName` property, providing a typed view of this name."],["There are two constructors for `DeletePatchDeploymentRequest`: one default constructor and another that takes another `DeletePatchDeploymentRequest` object as a parameter for copying."]]],[]]