UpdateBatchCount

data class UpdateBatchCount(val value: Int) : TextToImageIntent(source)

Carries UpdateBatchCount data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

value

value value consumed by the API.

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int