Module Values_0.AddThingsToThingGroupParamsSource

Parameters used when defining a mitigation action that move a set of things to a thing group.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?overrideDynamicGroups:??? -> thingGroupNames:ThingGroupNames.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of NullableBoolean.t | `List of [> `String of ThingGroupName.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t