All checks were successful
continuous-integration/drone/push Build is passing
7 lines
160 B
Kotlin
7 lines
160 B
Kotlin
package com.kmalbz.api.model
|
|
|
|
import com.google.gson.annotations.SerializedName
|
|
|
|
data class ResponseObject(
|
|
@SerializedName("message") val message: String
|
|
) |