Values.RepositoryBranchInputSourceDetail input data for a linked repository branch.
type nonrec t = {branch : GitBranchName.t;The repository branch.
*)name : RepositoryName.t;The repository name.
*)provider : RepositoryProvider.t;The repository provider.
*)}val make :
branch:GitBranchName.t ->
name:RepositoryName.t ->
provider:RepositoryProvider.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GitBranchName.t ]) list ]