UpdateTag

data class UpdateTag(val tag: String) : EditTagIntent(source)

Carries UpdateTag data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

tag

tag value consumed by the API.

Constructors

Link copied to clipboard
constructor(tag: String)

Properties

Link copied to clipboard
val tag: String