public sealed class GetDeploymentRequest : IMessage<GetDeploymentRequest>, IEquatable<GetDeploymentRequest>, IDeepCloneable<GetDeploymentRequest>, IBufferMessage, IMessage
[[["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 page details the `GetDeploymentRequest` class within version 2.0.0 of the Google Cloud GSuite Add-ons V1 .NET library, which is used to structure requests for retrieving a deployment."],["The `GetDeploymentRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["The class has two constructors: a default constructor, and one that accepts another `GetDeploymentRequest` object as a parameter for copying."],["The class includes properties for `DeploymentName` (a typed view) and `Name` (a string), allowing specification of the deployment to retrieve, including a required full resource name in the format of `projects/my_project/deployments/my_deployment`."],["This page also makes availble links for the 7 versions of the GetDeploymentRequest class."]]],[]]