Values.PropertyMappingConfigurationSourceContains configuration options for mapping properties from an interface asset model to an asset model where the interface is applied.
type nonrec t = {matchByPropertyName : MatchByPropertyName.t option;If true, properties are matched by name between the interface asset model and the asset model where the interface is applied.
*)createMissingProperty : CreateMissingProperty.t option;If true, missing properties from the interface asset model are automatically created in the asset model where the interface is applied.
*)overrides : PropertyMappings.t option;A list of specific property mappings that override the automatic mapping by name when an interface is applied to an asset model.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of MatchByPropertyName.t
| `List of
[> `Structure of (string * [> `String of CustomID.t ]) list ] list ])
list ]