Record
import-op
No description available.
record import-op {
authors-count: option<s32>,
authors-url: string,
commit-count: option<s32>,
error-message: option<string>,
failed-step: option<string>,
has-large-files: option<bool>,
html-url: string,
import-percent: option<s32>,
large-files-count: option<s32>,
large-files-size: option<s32>,
message: option<string>,
project-choices: option<list<import-op-project-choices-item>>,
push-percent: option<s32>,
repository-url: string,
status: import-op-status-enum,
status-text: option<string>,
svc-root: option<string>,
svn-root: option<string>,
tfvc-project: option<string>,
url: string,
use-lfs: option<bool>,
vcs: string,
vcs-url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| authors-count | option<s32> | |
| authors-url | string | |
| commit-count | option<s32> | |
| error-message | option<string> | |
| failed-step | option<string> | |
| has-large-files | option<bool> | |
| html-url | string | |
| import-percent | option<s32> | |
| large-files-count | option<s32> | |
| large-files-size | option<s32> | |
| message | option<string> | |
| project-choices | option<list<import-op-project-choices-item>> | |
| push-percent | option<s32> | |
| repository-url | string | |
| status | import-op-status-enum | |
| status-text | option<string> | |
| svc-root | option<string> | |
| svn-root | option<string> | |
| tfvc-project | option<string> | |
| url | string | |
| use-lfs | option<bool> | |
| vcs | string | |
| vcs-url | string |