CommentList interface
表示工作專案批注的清單。
- Extends
屬性
comments | 目前批次中的批注清單。 |
continuation |
字串令牌,可用來擷取下一頁批注。 否則為 null。 |
count | 目前批次中的批注計數。 |
next |
如果有批注,則為下一頁的 URI。 否則為 null。 |
total |
工作專案上的批注總數。 |
繼承的屬性
url | 資源的 REST URL。 |
屬性詳細資料
comments
continuationToken
字串令牌,可用來擷取下一頁批注。 否則為 null。
continuationToken: string
屬性值
string
count
目前批次中的批注計數。
count: number
屬性值
number
nextPage
如果有批注,則為下一頁的 URI。 否則為 null。
nextPage: string
屬性值
string
totalCount
工作專案上的批注總數。
totalCount: number
屬性值
number