Values_0.ThingGroupPropertiesSourceThing group properties.
type nonrec t = {thingGroupDescription : ThingGroupDescription.t option;The thing group description.
*)attributePayload : AttributePayload.t option;The thing group attributes in JSON format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ThingGroupDescription.t
| `Structure of
(string
* [> `Boolean of Flag.t
| `Map of
([> `String of AttributeName.t ]
* [> `String of AttributeValue.t ])
list ])
list ])
list ]