| Name | Type | Description | Notes |
|---|---|---|---|
| Filters | map[string]interface{} | 查询条件,传键值对 | [optional] |
| Cursor | string | 游标值 | [optional] |
| CursorSort | Pointer to interface{} | 排序 $ref:"#/components/schemas/SortSpec" | [optional] |
| Size | int64 | 大小 | [optional] |
| Direction | int32 | 查询方向,0表示游标前,1表示游标后 | [optional] |