Values.ServiceSyncConfigSourceDetailed data of the service sync configuration.
type nonrec t = {branch : GitBranchName.t option;The name of the code repository branch that holds the service code Proton will sync with.
*)filePath : OpsFilePath.t option;The file path to the service sync configuration file.
*)repositoryName : RepositoryName.t option;The name of the code repository that holds the service code Proton will sync with.
*)repositoryProvider : RepositoryProvider.t option;The name of the repository provider that holds the repository Proton will sync with.
*)serviceName : ResourceName.t option;The name of the service that the service instance is added to.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GitBranchName.t ]) list ]