Values.GetApprovalRuleTemplateInputSourceReturns information about a specified approval rule template.
type nonrec t = {approvalRuleTemplateName : ApprovalRuleTemplateName.t;The name of the approval rule template for which you want to get information.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ApprovalRuleTemplateName.t ]) list ]