SubsData

data class SubsData(val id: String, val data: MutableList<Pair<ProtoDpId, ProtoValue>> = mutableListOf())

Constructors

Link copied to clipboard
constructor(id: String, data: MutableList<Pair<ProtoDpId, ProtoValue>> = mutableListOf())

Properties

Link copied to clipboard
val data: MutableList<Pair<ProtoDpId, ProtoValue>>
Link copied to clipboard
val id: String