Values_1.NamedEntityDefinitionSourceA structure that represents a named entity.
type nonrec t = {fieldName : Values_0.LimitedString.t option;The name of the entity.
*)propertyName : Values_0.LimitedString.t option;The property name to be used for the named entity.
*)propertyRole : PropertyRole.t option;The property role. Valid values for this structure are PRIMARY and ID.
*)propertyUsage : PropertyUsage.t option;The property usage. Valid values for this structure are INHERIT, DIMENSION, and MEASURE.
*)metric : NamedEntityDefinitionMetric.t option;The definition of a metric.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.LimitedString.t
| `Structure of
(string
* [> `Enum of string
| `Map of ([> `String of string ] * [> `String of string ]) list ])
list ])
list ]