Class GitForkSyncRequestParameters

java.lang.Object
org.azd.git.types.GitForkSyncRequestParameters

public class GitForkSyncRequestParameters extends Object
Represents the request body for Git create fork sync request Api.
  • Field Details

    • source

      public GlobalGitRepositoryKey source
      Fully-qualified identifier for the source repository.
    • sourceToTargetRefs

      public List<SourceToTargetRef> 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()