OPENAPI / COMPONENTS / SCHEMAS
Pagination Info 数据结构
PaginationInfoMistral 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 值。