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."],[[["The latest version available for `GetTargetRequest` is 3.4.0, with various other versions ranging from 3.3.0 down to 1.0.0 also accessible."],["`GetTargetRequest` is a request object used to retrieve a specific `Target` within the Google Cloud Deploy environment, as denoted by it's class description."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality comparisons, deep cloning, and buffer management."],["The `GetTargetRequest` class features two constructors, a default constructor and one that accepts another `GetTargetRequest` instance."],["It contains properties like `Name`, which specifies the target resource name in a specific format, and `TargetName`, which is a typed view over the `Name` resource property, allowing more explicit access."]]],[]]