OPENAPI / COMPONENTS / SCHEMAS

Pagination Info 数据结构

PaginationInfo

Mistral AI API 合约中的 Pagination Info 结构定义。

object5字段
current_pageinteger必填

Mistral AI API 合约中的 current page 值。

has_moreboolean必填

Mistral AI API 合约中的 has more 值。

page_sizeinteger必填

Mistral AI API 合约中的 page size 值。

total_itemsinteger必填

Mistral AI API 合约中的 total items 值。

total_pagesinteger必填

Mistral AI API 合约中的 total pages 值。