Values.AutomatedReasoningPolicyAddVariableMutationSourceA mutation operation that adds a new variable to the policy definition during the build process.
type nonrec t = {variable : AutomatedReasoningPolicyDefinitionVariable.t option;The variable definition that specifies the name, type, and description for the new variable being added to the policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of
AutomatedReasoningPolicyDefinitionVariableName.t ])
list ])
list ]