Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Data | []components.ContainerFile | :heavy_check_mark: | N/A | |
FirstID | *string | :heavy_check_mark: | N/A | cfile_b3V0L3JlcG9ydC5jc3Y |
HasMore | bool | :heavy_check_mark: | True when another page can be fetched by passing after=last_id; last_id is non-null whenever this is true. | false |
LastID | *string | :heavy_check_mark: | Cursor for the next page (pass as after). The last entry’s id, except when the page stopped at the per-request scan bound on hidden bookkeeping objects: then it names the scan position and may not appear in data. Null only when has_more is false and data is empty. | cfile_b3V0L3JlcG9ydC5jc3Y |
Object | components.ContainerFileListResponseObject | :heavy_check_mark: | N/A | list |