Values.PropertyGroupSourceProperty key-value pairs passed into an application.
type nonrec t = {propertyGroupId : Id.t;Describes the key of an application execution property key-value pair.
*)propertyMap : PropertyMap.t;Describes the value of an application execution property key-value pair.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of PropertyKey.t ] * [> `String of PropertyValue.t ])
list
| `String of Id.t ])
list ]