Record
create-volume-params
No description available.
record create-volume-params {
config-id: option<s32>,
label: string,
linode-id: option<s32>,
region: option<string>,
size: option<s32>,
tags: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| config-id | option<s32> | |
| label | string | |
| linode-id | option<s32> | |
| region | option<string> | |
| size | option<s32> | |
| tags | option<list<string>> |