[[["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 `Destination` class, part of the `Google.Cloud.Connectors.V1` namespace, is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has four documented versions, with `1.3.0` being the latest, and it inherits directly from `object`, providing it with standard methods like `GetHashCode`, `GetType`, and `ToString`."],["The `Destination` class has two constructors, one default and one that accepts another `Destination` object for copying, making it possible to instantiate and duplicate instances."],["It contains properties like `DestinationCase`, `HasHost`, `HasServiceAttachment`, `Host`, `Port`, and `ServiceAttachment` to manage and access information regarding the destination, including its host address, port, and service attachment details."],["`DestinationCase`, `HasHost`, and `HasServiceAttachment` are used to get a specific property value or determine if a field is set, whilst `Host`, `Port`, and `ServiceAttachment` are strings or an integer used to set the value of said fields."]]],[]]