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

NameTypeDescription
authors-countoption​<s32>
authors-urlstring
commit-countoption​<s32>
error-messageoption​<string>
failed-stepoption​<string>
has-large-filesoption​<bool>
html-urlstring
import-percentoption​<s32>
large-files-countoption​<s32>
large-files-sizeoption​<s32>
messageoption​<string>
project-choicesoption​<list​<import-op-project-choices-item>>
push-percentoption​<s32>
repository-urlstring
statusimport-op-status-enum
status-textoption​<string>
svc-rootoption​<string>
svn-rootoption​<string>
tfvc-projectoption​<string>
urlstring
use-lfsoption​<bool>
vcsstring
vcs-urlstring