TambahKomentarResponse

data class TambahKomentarResponse(val status: String, val idKomentar: Int)

Constructors

Link copied to clipboard
constructor(status: String, idKomentar: Int)

Properties

Link copied to clipboard
@SerializedName(value = "id_komentar")
val idKomentar: Int
Link copied to clipboard
@SerializedName(value = "status")
val status: String