Record
pending-deployment
No description available.
record pending-deployment {
current-user-can-approve: bool,
environment: pending-deployment-environment,
reviewers: list<pending-deployment-reviewers-item>,
wait-timer: s32,
wait-timer-started-at: string,
}Fields
| Name | Type | Description |
|---|---|---|
| current-user-can-approve | bool | |
| environment | pending-deployment-environment | |
| reviewers | list<pending-deployment-reviewers-item> | |
| wait-timer | s32 | |
| wait-timer-started-at | string |