SelectSdModel

data class SelectSdModel(val models: List<String>, val selected: String) : SettingsModal(source)

Carries SelectSdModel data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

models

models value consumed by the API.

selected

selected value consumed by the API.

Constructors

Link copied to clipboard
constructor(models: List<String>, selected: String)

Properties

Link copied to clipboard
Link copied to clipboard