public sealed class Edge : IMessage<IamPolicyAnalysisResult.Types.Edge>, IEquatable<IamPolicyAnalysisResult.Types.Edge>, IDeepCloneable<IamPolicyAnalysisResult.Types.Edge>, 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 `Edge` class within the `Google.Cloud.Asset.V1` namespace, specifically focusing on version 2.9.0 and the various versions from 2.7.0 up to the latest 3.12.0."],["The `Edge` class represents a directional edge, as part of an `IamPolicyAnalysisResult`, and is used for connecting resources or identities."],["It includes properties like `SourceNode` and `TargetNode`, both of which are strings that can hold resource names or identity emails, and is inherited from the object class."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is contained in the `Google.Cloud.Asset.V1.dll` assembly."],["The Edge class provides two constructors: a default constructor `Edge()`, and an overload `Edge(IamPolicyAnalysisResult.Types.Edge)` that allows it to be initialized by copying another `Edge` object."]]],[]]