data class Promotions
Promotions(adfocus: String, name: String, promos: Map<String, Promo>, webpath: String) |
val adfocus: String |
|
val name: String |
|
val promos: Map<String, Promo> |
|
val webpath: String |
fun toJson(): String |
fun fromJson(json: String): Promotions? |