data class Data : Serializable
<init> |
Data(title: String, description: String, actionText: String, minValue: Int, maxValue: Int) |
actionText |
val actionText: String |
description |
val description: String |
maxValue |
val maxValue: Int |
minValue |
val minValue: Int |
title |
val title: String |