Record
create-deployment-status-params
No description available.
record create-deployment-status-params {
owner: string,
repo: string,
deployment-id: string,
auto-inactive: option<bool>,
description: option<string>,
environment: option<create-deployment-status-body-environment-enum>,
environment-url: option<string>,
log-url: option<string>,
state: create-deployment-status-body-state-enum,
target-url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| deployment-id | string | |
| auto-inactive | option<bool> | |
| description | option<string> | |
| environment | option<create-deployment-status-body-environment-enum> | |
| environment-url | option<string> | |
| log-url | option<string> | |
| state | create-deployment-status-body-state-enum | |
| target-url | option<string> |