com.hedgehog.gdzietabiedra.api.response.shop / ShopsResponse
ShopsResponse
data class ShopsResponse (source)
Constructors
| Name | Summary |
|---|---|
| <init> | ShopsResponse(result: Int? = null, cdnBase: String? = null, shops: List<ShopsItem>? = null, error: String? = null, timestamp: Int? = null) |
Properties
| Name | Summary |
|---|---|
| cdnBase | val cdnBase: String? |
| error | val error: String? |
| result | val result: Int? |
| shops | val shops: List<ShopsItem>? |
| timestamp | val timestamp: Int? |