Package org.azd.git.types
Class GitForkSyncRequestParameters
java.lang.Object
org.azd.git.types.GitForkSyncRequestParameters
Represents the request body for Git create fork sync request Api.
-
Field Summary
Modifier and TypeFieldDescriptionFully-qualified identifier for the source repository.If supplied, the set of ref mappings to use when performing a "sync" or create. -
Constructor Summary
-
Method Summary
-
Field Details
-
source
Fully-qualified identifier for the source repository. -
sourceToTargetRefs
If supplied, the set of ref mappings to use when performing a "sync" or create. If missing, all refs will be synchronized.
-
-
Constructor Details
-
GitForkSyncRequestParameters
public GitForkSyncRequestParameters()
-