Files
cfw-autumn/others/python-sdk/docs/models/listcustomersresponse.md
2026-02-16 20:19:08 +00:00

14 lines
1.5 KiB
Markdown

# ListCustomersResponse
OK
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
| `list` | List[[models.ListT](../models/listt.md)] | :heavy_check_mark: | Array of items for current page |
| `has_more` | *bool* | :heavy_check_mark: | Whether more results exist after this page |
| `offset` | *float* | :heavy_check_mark: | Current offset position |
| `limit` | *float* | :heavy_check_mark: | Limit passed in the request |
| `total` | *float* | :heavy_check_mark: | Total number of items returned in the current page |