Values.ConfigurationDefinitionSummarySourceA summarized definition of a Quick Setup configuration definition.
type nonrec t = {firstClassParameters : ConfigurationParametersMap.t option;The common parameters and values for the configuration definition.
*)id : String_.t option;The ID of the configuration definition.
*)type_ : String_.t option;The type of the Quick Setup configuration used by the configuration definition.
*)typeVersion : String_.t option;The version of the Quick Setup type used by the configuration definition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ConfigurationParametersMapKeyString.t ]
* [> `String of ConfigurationParametersMapValueString.t ])
list
| `String of String_.t ])
list ]