Values_1.DescribeManagedJobTemplateRequestSourceView details of a managed job template.
type nonrec t = {templateName : Values_0.ManagedJobTemplateName.t;The unique name of a managed job template, which is required.
*)templateVersion : Values_0.ManagedTemplateVersion.t option;An optional parameter to specify version of a managed template. If not specified, the pre-defined default version is returned.
*)}val make :
?templateVersion:??? ->
templateName:Values_0.ManagedJobTemplateName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.ManagedJobTemplateName.t ]) list ]