public sealed class GetTargetRequest : IMessage<GetTargetRequest>, IEquatable<GetTargetRequest>, IDeepCloneable<GetTargetRequest>, 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 document outlines the `GetTargetRequest` class within the `Google.Cloud.Deploy.V1` namespace, serving as the request object for retrieving target information."],["The latest version of the `Google.Cloud.Deploy.V1` package is 3.4.0, with multiple previous versions available dating back to 1.0.0."],["`GetTargetRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Name` property, which is required and represents the target's resource name, and a `TargetName` property that gives a typed view over the `Name` resource."],["There are two constructors for `GetTargetRequest`, one default and one that takes another `GetTargetRequest` as a parameter for copying."]]],[]]