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 information for the `DeletePatchDeploymentRequest` class within the Google Cloud OS Config v1 API, specifically version 2.2.0."],["The `DeletePatchDeploymentRequest` class is used to construct request messages for deleting a patch deployment and implements multiple interfaces for message handling and object comparison."],["The class contains two constructors, one being default, and one taking another `DeletePatchDeploymentRequest` as parameter, allowing for making copies of the object."],["It includes two main properties: `Name`, which is a required string representing the resource name of the patch deployment, and `PatchDeploymentName`, which is a typed view of the Name property."],["The `DeletePatchDeploymentRequest` class inherits from `object` and further inherit the members of `GetHashCode()`, `GetType()`, and `ToString()` respectively."]]],[]]