Record
create-or-update-environment-params
No description available.
record create-or-update-environment-params {
owner: string,
repo: string,
environment-name: string,
deployment-branch-policy: option<deployment-branch-policy-settings>,
reviewers: option<list<create-or-update-environment-body-reviewers-item>>,
wait-timer: option<wait-timer>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| environment-name | string | |
| deployment-branch-policy | option<deployment-branch-policy-settings> | |
| reviewers | option<list<create-or-update-environment-body-reviewers-item>> | |
| wait-timer | option<wait-timer> |