UpdateValue

data class UpdateValue(val value: Double) : EditTagIntent(source)

Carries UpdateValue data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

value

value value consumed by the API.

Constructors

Link copied to clipboard
constructor(value: Double)

Properties

Link copied to clipboard