Values.DescribeAssetModelInterfaceRelationshipRequestSourceRetrieves information about an interface relationship between an asset model and an interface asset model.
type nonrec t = {assetModelId : CustomID.t;The ID of the asset model. This can be either the actual ID in UUID format, or else externalId: followed by the external ID.
*)interfaceAssetModelId : CustomID.t;The ID of the interface asset model. This can be either the actual ID in UUID format, or else externalId: followed by the external ID.
*)}