ComputationModelDataBindingUsageSummary

A 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The data binding matched by the filter criteria. Contains details about specific data binding values used by the computation models.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String