Values_0.AddThingsToThingGroupParamsSourceParameters used when defining a mitigation action that move a set of things to a thing group.
type nonrec t = {thingGroupNames : ThingGroupNames.t;The list of groups to which you want to add the things that triggered the mitigation action. You can add a thing to a maximum of 10 groups, but you can't add a thing to more than one group in the same hierarchy.
*)overrideDynamicGroups : NullableBoolean.t option;Specifies if this mitigation action can move the things that triggered the mitigation action even if they are part of one or more dynamic thing groups.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of [> `String of ThingGroupName.t ] list ])
list ]