共用方式為


CommentList interface

表示工作專案批注的清單。

Extends

屬性

comments

目前批次中的批注清單。

continuationToken

字串令牌,可用來擷取下一頁批注。 否則為 null。

count

目前批次中的批注計數。

nextPage

如果有批注,則為下一頁的 URI。 否則為 null。

totalCount

工作專案上的批注總數。

繼承的屬性

url

資源的 REST URL。

屬性詳細資料

comments

目前批次中的批注清單。

comments: Comment[]

屬性值

continuationToken

字串令牌,可用來擷取下一頁批注。 否則為 null。

continuationToken: string

屬性值

string

count

目前批次中的批注計數。

count: number

屬性值

number

nextPage

如果有批注,則為下一頁的 URI。 否則為 null。

nextPage: string

屬性值

string

totalCount

工作專案上的批注總數。

totalCount: number

屬性值

number

繼承的屬性詳細資料

url

資源的 REST URL。

url: string

屬性值

string

繼承自WorkItemTrackingResource.url