Values.GetTemplateSyncConfigInputSourceGet detail data for a template sync configuration.
type nonrec t = {templateName : ResourceName.t;The template name.
*)templateType : TemplateType.t;The template type.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceName.t ]) list ]