Values_0.ThingGroupDocumentSourceThe thing group search index document.
type nonrec t = {thingGroupName : ThingGroupName.t option;The thing group name.
*)thingGroupId : ThingGroupId.t option;The thing group ID.
*)thingGroupDescription : ThingGroupDescription.t option;The thing group description.
*)attributes : Attributes.t option;The thing group attributes.
*)parentGroupNames : ThingGroupNameList.t option;Parent group names.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ThingGroupName.t ] list
| `Map of
([> `String of AttributeName.t ] * [> `String of AttributeValue.t ])
list
| `String of ThingGroupName.t ])
list ]