Values.EnvironmentPropertyDescriptionsSourceDescribes the execution properties for an Apache Flink runtime.
type nonrec t = {propertyGroupDescriptions : PropertyGroups.t option;Describes the execution property groups.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of PropertyKey.t ]
* [> `String of PropertyValue.t ])
list
| `String of Id.t ])
list ]
list ])
list ]