Module Values.GetRoutingRuleRequestSource
Gets a routing rule.
Sourcetype nonrec t = {domainName : string;domainNameId : string option;routingRuleId : string;
} Sourceval make :
?domainNameId:??? ->
domainName:string ->
routingRuleId:string ->
unit ->
t Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) list ]