Record
deployment-status
No description available.
record deployment-status {
created-at: string,
creator: nullable-simple-user,
deployment-url: string,
description: string,
environment: option<string>,
environment-url: option<string>,
id: s32,
log-url: option<string>,
node-id: string,
performed-via-github-app: option<nullable-integration>,
repository-url: string,
state: deployment-status-state-enum,
target-url: string,
updated-at: string,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | string | |
| creator | nullable-simple-user | |
| deployment-url | string | |
| description | string | |
| environment | option<string> | |
| environment-url | option<string> | |
| id | s32 | |
| log-url | option<string> | |
| node-id | string | |
| performed-via-github-app | option<nullable-integration> | |
| repository-url | string | |
| state | deployment-status-state-enum | |
| target-url | string | |
| updated-at | string | |
| url | string |