Module Values.GetRepositoryLinkInputSource

Returns details about a repository link. A repository link allows Git sync to monitor and sync changes from files in a specified Git repository.

Sourcetype nonrec t = {
  1. repositoryLinkId : RepositoryLinkId.t;
    (*

    The ID of the repository link to get.

    *)
}
Sourceval context_ : string
Sourceval make : repositoryLinkId:RepositoryLinkId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RepositoryLinkId.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