Record
get-response-droplet-size
No description available.
record get-response-droplet-size {
available: bool,
description: string,
disk: s32,
memory: s32,
price-hourly: f64,
price-monthly: f64,
regions: list<string>,
slug: string,
transfer: f64,
vcpus: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| available | bool | |
| description | string | |
| disk | s32 | |
| memory | s32 | |
| price-hourly | f64 | |
| price-monthly | f64 | |
| regions | list<string> | |
| slug | string | |
| transfer | f64 | |
| vcpus | s32 |