Record
create-site-asset-params
No description available.
record create-site-asset-params {
site-id: string,
name: string,
size: s64,
content-type: string,
visibility: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| site-id | string | |
| name | string | |
| size | s64 | |
| content-type | string | |
| visibility | option<string> |