toggle menu
ZappBase
androidJvm
switch theme
search in API
WebServices
/
com.zappstudio.webservice.model
/
ResponseObjectEntity
Response
Object
Entity
open
class
ResponseObjectEntity
<
T
,
E
>
(
val
data
:
T
,
val
common
:
E
)
Members
Constructors
Response
Object
Entity
Link copied to clipboard
constructor
(
data
:
T
,
common
:
E
)
Properties
common
Link copied to clipboard
@
SerializedName
(
value
=
"common"
)
val
common
:
E
data
Link copied to clipboard
@
SerializedName
(
value
=
"data"
)
val
data
:
T