Values.GetTemplateSyncStatusInputSourceGet the status of a template sync.
type nonrec t = {templateName : ResourceName.t;The template name.
*)templateType : TemplateType.t;The template type.
*)templateVersion : TemplateVersionPart.t;The template major version.
*)}val make :
templateName:ResourceName.t ->
templateType:TemplateType.t ->
templateVersion:TemplateVersionPart.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceName.t ]) list ]