Record
get-response-account
No description available.
record get-response-account {
droplet-limit: s32,
email: string,
email-verified: bool,
floating-ip-limit: s32,
status: get-response-account-status-enum,
status-message: string,
team: option<get-response-account-team>,
uuid: string,
}Fields
| Name | Type | Description |
|---|---|---|
| droplet-limit | s32 | |
| string | ||
| email-verified | bool | |
| floating-ip-limit | s32 | |
| status | get-response-account-status-enum | |
| status-message | string | |
| team | option<get-response-account-team> | |
| uuid | string |