public sealed class RelationshipAttributes : IMessage<RelationshipAttributes>, IEquatable<RelationshipAttributes>, IDeepCloneable<RelationshipAttributes>, IBufferMessage, IMessage
The relationship attributes which include type, source_resource_type,
target_resource_type and action.
[[["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 latest version of the `Google.Cloud.Asset.V1` library is 3.12.0, with multiple prior versions available, ranging down to 2.7.0."],["The `RelationshipAttributes` class, found within the `Google.Cloud.Asset.V1` namespace, defines attributes of a relationship such as type, source asset type, target asset type, and action."],["The `RelationshipAttributes` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RelationshipAttributes` class has properties that allow you to view the relationship's `Action`, `SourceResourceType`, `TargetResourceType`, and `Type`."],["The class can be instantiated through two constructors, one default and one that accepts another `RelationshipAttributes` instance as a parameter."]]],[]]