Record
get-files-params
No description available.
record get-files-params {
created: option<string>,
ending-before: option<string>,
expand: option<list<string>>,
limit: option<s32>,
purpose: option<get-files-purpose-enum>,
starting-after: option<string>,
data: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created | option<string> | |
| ending-before | option<string> | |
| expand | option<list<string>> | |
| limit | option<s32> | |
| purpose | option<get-files-purpose-enum> | |
| starting-after | option<string> | |
| data | option<string> |