共用方式為


Review interface

Review 物件。

屬性

callbackEndpoint

回呼端點。

content

內容值。

contentId

內容的標識碼。

createdBy

檢閱者名稱。

metadata

KeyValue 的陣列。

reviewerResultTags

具有檢閱者設定標籤的KeyValue陣列。

reviewId

檢閱的標識碼。

status

狀態字串 (<Pending、Complete>)。

subTeam

子小組的名稱。

type

內容類型。

屬性詳細資料

callbackEndpoint

回呼端點。

callbackEndpoint?: string

屬性值

string

content

內容值。

content?: string

屬性值

string

contentId

內容的標識碼。

contentId?: string

屬性值

string

createdBy

檢閱者名稱。

createdBy?: string

屬性值

string

metadata

KeyValue 的陣列。

metadata?: KeyValuePair[]

屬性值

reviewerResultTags

具有檢閱者設定標籤的KeyValue陣列。

reviewerResultTags?: KeyValuePair[]

屬性值

reviewId

檢閱的標識碼。

reviewId?: string

屬性值

string

status

狀態字串 (<Pending、Complete>)。

status?: string

屬性值

string

subTeam

子小組的名稱。

subTeam?: string

屬性值

string

type

內容類型。

type?: string

屬性值

string