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