public sealed class GetPatchDeploymentRequest : IMessage<GetPatchDeploymentRequest>, IEquatable<GetPatchDeploymentRequest>, IDeepCloneable<GetPatchDeploymentRequest>, IBufferMessage, IMessage
A request message for retrieving 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 `GetPatchDeploymentRequest` class, which is used to retrieve patch deployment information, and is part of the `Google.Cloud.OsConfig.V1` namespace."],["The `GetPatchDeploymentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of the `GetPatchDeploymentRequest` class available is 2.4.0, with the document detailing the 1.6.0 version and listing other versions between 1.3.0 to 2.3.0."],["Key properties of `GetPatchDeploymentRequest` include `Name`, a string representing the resource name, and `PatchDeploymentName`, a `PatchDeploymentName`-typed view over the `Name` property."],["The class has two constructors: one default constructor, and another which take another `GetPatchDeploymentRequest` object as a parameter."]]],[]]