Record
create-params
No description available.
record create-params {
owner: string,
repo: string,
actions: option<list<create-body-actions-item>>,
completed-at: option<string>,
conclusion: option<create-body-conclusion-enum>,
details-url: option<string>,
external-id: option<string>,
head-sha: string,
name: string,
output: option<create-body-output>,
started-at: option<string>,
status: option<create-body-status-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| actions | option<list<create-body-actions-item>> | |
| completed-at | option<string> | |
| conclusion | option<create-body-conclusion-enum> | |
| details-url | option<string> | |
| external-id | option<string> | |
| head-sha | string | |
| name | string | |
| output | option<create-body-output> | |
| started-at | option<string> | |
| status | option<create-body-status-enum> |