GitImportRequest interface
A request to import data from a remote source control system.
Properties
detailed |
Detailed status of the import, including the current step and an error message, if applicable. |
import |
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
status
Current status of the import.
status: GitAsyncOperationStatus
Property Value
url
A link back to this import request resource.
url: string
Property Value
string