Skip to content
AiRoutix Docs
Search
K
Appearance
Menu
Return to top
On this page
数据模型: PageInfo
PageInfo
字段
类型
必选
描述
page
integer
否
page_size
integer
否
total
integer
否
items
array of string
否
数据模型示例
json
{
"page"
:
0
,
"page_size"
:
0
,
"total"
:
0
,
"items"
: [
"string"
]
}