public sealed class DeletePatchDeploymentRequest : IMessage<DeletePatchDeploymentRequest>, IEquatable<DeletePatchDeploymentRequest>, IDeepCloneable<DeletePatchDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class DeletePatchDeploymentRequest.
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."],[[["The latest version available for the `DeletePatchDeploymentRequest` class is 2.4.0, which is part of the Google Cloud OS Config v1 API."],["The `DeletePatchDeploymentRequest` class is used to construct a request for deleting a patch deployment within the Google Cloud OS Config service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its use in protocol buffer-based communication and data handling."],["The `DeletePatchDeploymentRequest` class includes properties such as `Name` and `PatchDeploymentName` to specify the patch deployment to be deleted."],["There are several versions available, from 1.3.0 up to 2.4.0."]]],[]]