Record
create-deployment-params
No description available.
record create-deployment-params {
owner: string,
repo: string,
auto-merge: option<bool>,
description: option<string>,
environment: option<string>,
payload: option<string>,
production-environment: option<bool>,
ref: string,
required-contexts: option<list<string>>,
task: option<string>,
transient-environment: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| auto-merge | option<bool> | |
| description | option<string> | |
| environment | option<string> | |
| payload | option<string> | |
| production-environment | option<bool> | |
| ref | string | |
| required-contexts | option<list<string>> | |
| task | option<string> | |
| transient-environment | option<bool> |