Record
file
No description available.
record file {
bytes: s32,
created-at: s32,
filename: string,
id: string,
object: string,
purpose: string,
status: option<string>,
status-details: option<file-status-details>,
}Fields
| Name | Type | Description |
|---|---|---|
| bytes | s32 | |
| created-at | s32 | |
| filename | string | |
| id | string | |
| object | string | |
| purpose | string | |
| status | option<string> | |
| status-details | option<file-status-details> |