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