Record
update-response-app-spec-services-item
No description available.
record update-response-app-spec-services-item {
build-command: option<string>,
dockerfile-path: option<string>,
environment-slug: option<string>,
envs: option<list<update-response-app-spec-services-item-envs-item>>,
git: option<update-response-app-spec-services-item-git>,
github: option<update-response-app-spec-services-item-github>,
gitlab: option<update-response-app-spec-services-item-gitlab>,
image: option<update-response-app-spec-services-item-image>,
log-destinations: option<update-response-app-spec-services-item-log-destinations>,
name: option<string>,
run-command: option<string>,
source-dir: option<string>,
instance-count: option<s64>,
instance-size-slug: option<list-op-response-apps-item-active-deployment-spec-jobs-item-instance-size-slug-enum>,
cors: option<update-response-app-spec-services-item-cors>,
health-check: option<update-response-app-spec-services-item-health-check>,
http-port: option<s64>,
internal-ports: option<list<s64>>,
routes: option<list<update-response-app-spec-services-item-routes-item>>,
}Fields
| Name | Type | Description |
|---|---|---|
| build-command | option<string> | |
| dockerfile-path | option<string> | |
| environment-slug | option<string> | |
| envs | option<list<update-response-app-spec-services-item-envs-item>> | |
| git | option<update-response-app-spec-services-item-git> | |
| github | option<update-response-app-spec-services-item-github> | |
| gitlab | option<update-response-app-spec-services-item-gitlab> | |
| image | option<update-response-app-spec-services-item-image> | |
| log-destinations | option<update-response-app-spec-services-item-log-destinations> | |
| name | option<string> | |
| run-command | option<string> | |
| source-dir | option<string> | |
| instance-count | option<s64> | |
| instance-size-slug | option<list-op-response-apps-item-active-deployment-spec-jobs-item-instance-size-slug-enum> | |
| cors | option<update-response-app-spec-services-item-cors> | |
| health-check | option<update-response-app-spec-services-item-health-check> | |
| http-port | option<s64> | |
| internal-ports | option<list<s64>> | |
| routes | option<list<update-response-app-spec-services-item-routes-item>> |