ResponseObjectEntity

open class ResponseObjectEntity<T, E>(val data: T, val common: E)

Constructors

Link copied to clipboard
constructor(data: T, common: E)

Properties

Link copied to clipboard
@SerializedName(value = "common")
val common: E
Link copied to clipboard
@SerializedName(value = "data")
val data: T