ModelControlsExport

constructor(modelName: String, numericControls: List<ControlData> = emptyList(), stringControls: List<StringControlData> = emptyList(), jsonControls: List<JsonControlData> = emptyList())(source)

Parameters

modelName

name of the model that produced this export

numericControls

snapshot of all ControlData DTOs

stringControls

snapshot of all StringControlData DTOs

jsonControls

snapshot of all JsonControlData DTOs