Module Values_0.ThingGroupPropertiesSource

Thing group properties.

Sourcetype nonrec t = {
  1. thingGroupDescription : ThingGroupDescription.t option;
    (*

    The thing group description.

    *)
  2. attributePayload : AttributePayload.t option;
    (*

    The thing group attributes in JSON format.

    *)
}
Sourceval make : ?thingGroupDescription:??? -> ?attributePayload:??? -> unit -> t
Sourceval 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 ]
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