TambahDiskusiResponse

data class TambahDiskusiResponse(val idDiskusi: String, val timestamp: String)

Constructors

Link copied to clipboard
constructor(idDiskusi: String, timestamp: String)

Properties

Link copied to clipboard
@SerializedName(value = "id")
val idDiskusi: String
Link copied to clipboard
@SerializedName(value = "createdAt")
val timestamp: String