Record
file
No description available.
record file {
created: s32,
expires-at: option<s32>,
filename: option<string>,
id: string,
links: option<file-links>,
object: file-object-enum,
purpose: get-files-purpose-enum,
size: s32,
title: option<string>,
type-op: option<string>,
url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created | s32 | |
| expires-at | option<s32> | |
| filename | option<string> | |
| id | string | |
| links | option<file-links> | |
| object | file-object-enum | |
| purpose | get-files-purpose-enum | |
| size | s32 | |
| title | option<string> | |
| type-op | option<string> | |
| url | option<string> |