Module Values.GetRepositorySyncStatusInputSource

Returns details about the sync status for a repository. A repository sync uses Git sync to push and pull changes from your remote repository.

Sourcetype nonrec t = {
  1. branch : BranchName.t;
    (*

    The branch of the repository link for the requested repository sync status.

    *)
  2. repositoryLinkId : RepositoryLinkId.t;
    (*

    The repository link ID for the requested repository sync status.

    *)
  3. syncType : SyncConfigurationType.t;
    (*

    The sync type of the requested sync status.

    *)
}
Sourceval context_ : string
Sourceval make : branch:BranchName.t -> repositoryLinkId:RepositoryLinkId.t -> syncType:SyncConfigurationType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of BranchName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t