Record
get-repositories-workspace-repo-slug-diff-spec-params
No description available.
record get-repositories-workspace-repo-slug-diff-spec-params {
repo-slug: string,
spec: string,
workspace: string,
context: option<s32>,
path: option<string>,
ignore-whitespace: option<bool>,
binary: option<bool>,
renames: option<bool>,
merge: option<bool>,
topic: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| repo-slug | string | |
| spec | string | |
| workspace | string | |
| context | option<s32> | |
| path | option<string> | |
| ignore-whitespace | option<bool> | |
| binary | option<bool> | |
| renames | option<bool> | |
| merge | option<bool> | |
| topic | option<bool> |