Record
stack-script
No description available.
record stack-script {
created: option<string>,
deployments-active: option<s32>,
deployments-total: option<s32>,
description: option<string>,
id: option<s32>,
images: option<list<string>>,
is-public: option<bool>,
label: option<string>,
mine: option<bool>,
rev-note: option<string>,
script: option<string>,
updated: option<string>,
user-defined-fields: option<list<user-defined-field>>,
user-gravatar-id: option<string>,
username: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created | option<string> | |
| deployments-active | option<s32> | |
| deployments-total | option<s32> | |
| description | option<string> | |
| id | option<s32> | |
| images | option<list<string>> | |
| is-public | option<bool> | |
| label | option<string> | |
| mine | option<bool> | |
| rev-note | option<string> | |
| script | option<string> | |
| updated | option<string> | |
| user-defined-fields | option<list<user-defined-field>> | |
| user-gravatar-id | option<string> | |
| username | option<string> |