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-04-09 UTC."],[[["The latest version of the `TargetReference` class is 3.6.0, and this document provides access to various versions, including versions from 3.5.0 down to 1.0.0."],["`TargetReference` is a class in the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly."],["The `TargetReference` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class offers two constructors: a default constructor `TargetReference()`, and an overloaded constructor `TargetReference(TargetReference other)` for creating new objects from existing `TargetReference` objects."],["`TargetReference` has properties `HasTarget`, which checks if the \"target\" field is set, and `Target` which is a string for the target."]]],[]]