public sealed class GetTargetInstanceRequest : IMessage<GetTargetInstanceRequest>, IEquatable<GetTargetInstanceRequest>, IDeepCloneable<GetTargetInstanceRequest>, IBufferMessage, IMessage
A request message for TargetInstances.Get. See the method description for details.
[[["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-24 UTC."],[[["The latest version of the `GetTargetInstanceRequest` is 3.6.0, as shown by the provided link, and the document lists versions ranging from 1.0.0 to 3.6.0."],["`GetTargetInstanceRequest` is a request message used for retrieving details about a specific target instance, as stated in the description."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and object management."],["The class includes properties such as `Project`, `TargetInstance`, and `Zone`, which are strings used to specify the project, the target instance's name, and the zone for the request, respectively."],["`GetTargetInstanceRequest` includes two constructors, one default and another accepting another `GetTargetInstanceRequest` object for cloning purposes."]]],[]]