Record
post-repositories-workspace-repo-slug-commit-commit-statuses-build-params
No description available.
record post-repositories-workspace-repo-slug-commit-commit-statuses-build-params {
commit: string,
repo-slug: string,
workspace: string,
type-op: string,
created-on: option<string>,
description: option<string>,
key: option<string>,
links: option<commitstatus-links>,
name: option<string>,
refname: option<string>,
state: option<commitstatus-state-enum>,
updated-on: option<string>,
url: option<string>,
uuid: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| commit | string | |
| repo-slug | string | |
| workspace | string | |
| type-op | string | |
| created-on | option<string> | |
| description | option<string> | |
| key | option<string> | |
| links | option<commitstatus-links> | |
| name | option<string> | |
| refname | option<string> | |
| state | option<commitstatus-state-enum> | |
| updated-on | option<string> | |
| url | option<string> | |
| uuid | option<string> |