Values.AssetPropertyBindingValueSourceRepresents a data binding value referencing a specific asset property. It's used to bind computation model variables to actual asset property values for processing.
type nonrec t = {assetId : ID.t;The ID of the asset containing the property. This identifies the specific asset instance's property value used in the computation model.
*)propertyId : ID.t;The ID of the property within the asset. This identifies the specific property's value used in the computation model.
*)}