Values.GetRepositorySyncStatusInputSourceReturns details about the sync status for a repository. A repository sync uses Git sync to push and pull changes from your remote repository.
type nonrec t = {branch : BranchName.t;The branch of the repository link for the requested repository sync status.
*)repositoryLinkId : RepositoryLinkId.t;The repository link ID for the requested repository sync status.
*)syncType : SyncConfigurationType.t;The sync type of the requested sync status.
*)}val make :
branch:BranchName.t ->
repositoryLinkId:RepositoryLinkId.t ->
syncType:SyncConfigurationType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of BranchName.t ]) list ]