Record
commitstatus
No description available.
record commitstatus {
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 |
|---|---|---|
| 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> |