Record
create-custom-response-image
No description available.
record create-custom-response-image {
created-at: option<string>,
description: option<string>,
distribution: option<list-op-response-images-item-distribution-enum>,
error-message: option<string>,
id: option<s32>,
min-disk-size: option<s32>,
name: option<string>,
public: option<bool>,
regions: option<list<list-op-response-images-item-regions-item-enum>>,
size-gigabytes: option<f64>,
slug: option<string>,
status: option<list-op-response-images-item-status-enum>,
tags: option<list<string>>,
type-op: option<list-op-response-images-item-type-op-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | option<string> | |
| description | option<string> | |
| distribution | option<list-op-response-images-item-distribution-enum> | |
| error-message | option<string> | |
| id | option<s32> | |
| min-disk-size | option<s32> | |
| name | option<string> | |
| public | option<bool> | |
| regions | option<list<list-op-response-images-item-regions-item-enum>> | |
| size-gigabytes | option<f64> | |
| slug | option<string> | |
| status | option<list-op-response-images-item-status-enum> | |
| tags | option<list<string>> | |
| type-op | option<list-op-response-images-item-type-op-enum> |