Values.AssetRelationshipSummarySourceContains information about assets that are related to one another.
type nonrec t = {hierarchyInfo : AssetHierarchyInfo.t option;The assets that are related through an asset hierarchy. This object is present if the relationshipType is HIERARCHY.
*)relationshipType : AssetRelationshipType.t option;The relationship type of the assets in this relationship. This value is one of the following: HIERARCHY – The assets are related through an asset hierarchy. If you specify this relationship type, this asset relationship includes the hierarchyInfo object.
*)}