IncomingRelationship interface
傳入關聯性。
屬性
relationship |
使用者提供的字串,代表此關聯性的識別碼,在來源數位對應項的內容中是唯一的,也就是 sourceId + relationshipId 在服務的內容中是唯一的。 |
relationship |
要用於刪除的關聯性連結。 |
relationship |
關聯性的名稱。 |
source |
來源數位對應項的識別碼。 |
屬性詳細資料
relationshipId
使用者提供的字串,代表此關聯性的識別碼,在來源數位對應項的內容中是唯一的,也就是 sourceId + relationshipId 在服務的內容中是唯一的。
relationshipId?: string
屬性值
string
relationshipLink
要用於刪除的關聯性連結。
relationshipLink?: string
屬性值
string
relationshipName
關聯性的名稱。
relationshipName?: string
屬性值
string
sourceId
來源數位對應項的識別碼。
sourceId?: string
屬性值
string