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 provides documentation for the `DeletePatchDeploymentRequest` class within the `Google.Cloud.OsConfig.V1` namespace."],["The `DeletePatchDeploymentRequest` class is used to construct request messages for deleting a patch deployment."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality."],["The `DeletePatchDeploymentRequest` class includes a `Name` property, which is a required resource name of the patch deployment in the specified format, and also a `PatchDeploymentName` property, which provides a strongly-typed view over the `Name` resource."],["This documentation page also provides access to older versions of the library, going as far back as version 1.3.0, with the latest version being 2.4.0."]]],[]]