APIv1.UploadResource interface
This interface was referenced by V1
's JSON-Schema via the definition
"UploadResource".
Signature:
export interface UploadResource
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
Date |
when the upload was created | ||
string |
the upload file extension | ||
string |
the upload file name | ||
GenerationResource | null | |||
string |
the upload id | ||
unknown |
(Optional) | ||
string |
the upload file mimetype | ||
number |
the upload file size | ||
Date |
when the upload was updated | ||
string |
the upload uri | ||
string |
a temporarily authenticated url to the upload file | ||
unknown |
(Optional) |