public sealed class TargetReference : IMessage<TargetReference>, IEquatable<TargetReference>, IDeepCloneable<TargetReference>, 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 webpage details the `TargetReference` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.12.0."],["The `TargetReference` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data structures."],["It provides two constructors: a default constructor `TargetReference()` and a copy constructor `TargetReference(TargetReference other)`."],["The class includes two main properties: `HasTarget`, a boolean indicating if the target field is set, and `Target`, a string representing the actual target."],["The latest version for the TargetReference is 3.6.0, with versions ranging down to version 1.0.0 available for reference."]]],[]]