GitForkSyncRequest interface
Request to sync data between two forks.
Properties
detailed |
|
operation |
Unique identifier for the operation. |
source | Fully-qualified identifier for the source repository. |
source |
If supplied, the set of ref mappings to use when performing a "sync" or create. If missing, all refs will be synchronized. |
status |
Property Details
detailedStatus
operationId
Unique identifier for the operation.
operationId: number
Property Value
number
source
Fully-qualified identifier for the source repository.
source: GlobalGitRepositoryKey
Property Value
sourceToTargetRefs
If supplied, the set of ref mappings to use when performing a "sync" or create. If missing, all refs will be synchronized.
sourceToTargetRefs: SourceToTargetRef[]