Model Controls Export
constructor(modelName: String, numericControls: List<ControlData> = emptyList(), stringControls: List<StringControlData> = emptyList(), jsonControls: List<JsonControlData> = emptyList())(source)
Parameters
model Name
name of the model that produced this export
numeric Controls
snapshot of all ControlData DTOs
string Controls
snapshot of all StringControlData DTOs
json Controls
snapshot of all JsonControlData DTOs