This commit is contained in:
@@ -3,10 +3,6 @@ package com.kmalbz.api.model
|
||||
import com.google.gson.annotations.SerializedName
|
||||
import java.time.LocalDate
|
||||
|
||||
data class ResponseObject(
|
||||
@SerializedName("message") val message: String
|
||||
)
|
||||
|
||||
data class ApiObject(
|
||||
@SerializedName("tag") val tag: String,
|
||||
@SerializedName("date") val date: LocalDate,
|
||||
|
||||
7
src/api/model/ResponseObject.kt
Normal file
7
src/api/model/ResponseObject.kt
Normal file
@@ -0,0 +1,7 @@
|
||||
package com.kmalbz.api.model
|
||||
|
||||
import com.google.gson.annotations.SerializedName
|
||||
|
||||
data class ResponseObject(
|
||||
@SerializedName("message") val message: String
|
||||
)
|
||||
Reference in New Issue
Block a user