Record
start-import-params
No description available.
record start-import-params {
owner: string,
repo: string,
tfvc-project: option<string>,
vcs: option<start-import-body-vcs-enum>,
vcs-password: option<string>,
vcs-url: string,
vcs-username: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| tfvc-project | option<string> | |
| vcs | option<start-import-body-vcs-enum> | |
| vcs-password | option<string> | |
| vcs-url | string | |
| vcs-username | option<string> |