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."],[[["This document provides reference documentation for the `DeletePatchDeploymentRequest` class within the Google Cloud OS Config v1 API, specifically version 2.3.0."],["The `DeletePatchDeploymentRequest` class is used to construct request messages for deleting a patch deployment in the OS Config service."],["This class has properties for `Name` (a string) and `PatchDeploymentName` (a strongly-typed view of the `Name`), both referring to the resource name of the patch deployment to be deleted."],["The document covers various past versions, from 1.3.0 to the latest 2.4.0, along with the relevant documentation for the `DeletePatchDeploymentRequest` within those versions."],["The `DeletePatchDeploymentRequest` class has constructors that allow for the creation of an empty request or one based on another pre-existing `DeletePatchDeploymentRequest` object."]]],[]]