GitImportRequest interface

A request to import data from a remote source control system.

Properties

detailedStatus

Detailed status of the import, including the current step and an error message, if applicable.

importRequestId

The unique identifier for this import request.

parameters

Parameters for creating the import request.

repository

The target repository for this import.

status

Current status of the import.

url

A link back to this import request resource.

Property Details

detailedStatus

Detailed status of the import, including the current step and an error message, if applicable.

detailedStatus: GitImportStatusDetail

Property Value

importRequestId

The unique identifier for this import request.

importRequestId: number

Property Value

number

parameters

Parameters for creating the import request.

parameters: GitImportRequestParameters

Property Value

repository

The target repository for this import.

repository: GitRepository

Property Value

status

Current status of the import.

status: GitAsyncOperationStatus

Property Value

url

A link back to this import request resource.

url: string

Property Value

string