Values.AutomatedReasoningPolicyDeleteVariableMutationSourceA mutation operation that removes a variable from the policy definition during the build process.
type nonrec t = {name : AutomatedReasoningPolicyDefinitionVariableName.t option;The name of the variable to delete.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AutomatedReasoningPolicyDefinitionVariableName.t ])
list ]