Record
get-file-manager-folders-files-response-files-item
No description available.
record get-file-manager-folders-files-response-files-item {
links: option<list<get-file-manager-folders-files-response-files-item-links-item>>,
created-at: option<string>,
created-by: option<string>,
folder-id: option<s32>,
full-size-url: option<string>,
height: option<s32>,
id: option<s32>,
name: option<string>,
size: option<s32>,
thumbnail-url: option<string>,
type-op: option<get-file-manager-files-response-files-item-type-op-enum>,
width: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| links | option<list<get-file-manager-folders-files-response-files-item-links-item>> | |
| created-at | option<string> | |
| created-by | option<string> | |
| folder-id | option<s32> | |
| full-size-url | option<string> | |
| height | option<s32> | |
| id | option<s32> | |
| name | option<string> | |
| size | option<s32> | |
| thumbnail-url | option<string> | |
| type-op | option<get-file-manager-files-response-files-item-type-op-enum> | |
| width | option<s32> |