IssueCollection interface
屬性
count |
所有頁面的總記錄計數數目。
|
nextLink |
如果有的話,下一頁連結。
注意:這個屬性不會串行化。 它只能由伺服器填入。
|
value |
問題值。
注意:這個屬性不會串行化。 它只能由伺服器填入。
|
屬性詳細資料
count
所有頁面的總記錄計數數目。
count?: number
屬性值
nextLink
如果有的話,下一頁連結。
注意:這個屬性不會串行化。 它只能由伺服器填入。
nextLink?: string
屬性值
value
問題值。
注意:這個屬性不會串行化。 它只能由伺服器填入。
value?: IssueContract[]
屬性值