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