Record
get-files-id-thumbnail-id-params
No description available.
record get-files-id-thumbnail-id-params {
file-id: string,
extension: string,
min-height: option<s32>,
min-width: option<s32>,
max-height: option<s32>,
max-width: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| file-id | string | |
| extension | string | |
| min-height | option<s32> | |
| min-width | option<s32> | |
| max-height | option<s32> | |
| max-width | option<s32> |