Values.PutRepositoryTriggersInputSourceRepresents the input of a put repository triggers operation.
type nonrec t = {repositoryName : RepositoryName.t;The name of the repository where you want to create or update the trigger.
*)triggers : RepositoryTriggersList.t;The JSON block of configuration information for each trigger.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Enum of string | `String of BranchName.t ] list
| `String of RepositoryTriggerName.t ])
list ]
list
| `String of RepositoryName.t ])
list ]