Record
get-v3-projects-id-repository-commits-sha-statuses-params
No description available.
record get-v3-projects-id-repository-commits-sha-statuses-params {
id: string,
sha: string,
ref: option<string>,
stage: option<string>,
name: option<string>,
all: option<string>,
page: option<s32>,
per-page: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| sha | string | |
| ref | option<string> | |
| stage | option<string> | |
| name | option<string> | |
| all | option<string> | |
| page | option<s32> | |
| per-page | option<s32> |