Values.ComputationModelDataBindingUsageSummarySourceA summary of how a specific data binding is used across computation models. This tracks dependencies between data sources and computation models, allowing you to understand the impact of changes to data sources.
type nonrec t = {computationModelIds : ComputationModelIdList.t option;The list of computation model IDs that use this data binding. This allows identification of all computation models affected by changes to the referenced data source.
*)matchedDataBinding : MatchedDataBinding.t option;The data binding matched by the filter criteria. Contains details about specific data binding values used by the computation models.
*)}