Values_0.ThingGroupMetadataSourceThing group metadata.
type nonrec t = {parentGroupName : ThingGroupName.t option;The parent thing group name.
*)rootToParentThingGroups : ThingGroupNameAndArnList.t option;The root parent thing group.
*)creationDate : CreationDate.t option;The UNIX timestamp of when the thing group was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ThingGroupName.t ]) list ]
list
| `String of ThingGroupName.t
| `Timestamp of CreationDate.t ])
list ]