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 document outlines the `DeletePatchDeploymentRequest` class, which is used to send a request to delete a patch deployment in the Google Cloud OS Config API, specifically within version 1.4.0 of the API."],["The `DeletePatchDeploymentRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which contribute to its functionality in the API."],["The class has two constructors, one default and another that takes an existing `DeletePatchDeploymentRequest` object as a parameter for copying."],["The `DeletePatchDeploymentRequest` class contains two properties, `Name` of type `string`, and `PatchDeploymentName` of type `PatchDeploymentName`, that are both used to define the resource name of the patch deployment in the google cloud."],["The document provides links to previous versions of the API that also use the `DeletePatchDeploymentRequest` class, with the latest being version 2.4.0 and the oldest being version 1.3.0."]]],[]]