library
library
/
io.constructor.data.model.recommendations
/
Pod
Pod
@
JsonClass
(
generateAdapter
=
true
)
data
class
Pod
(
@
Json
(
name
=
"id"
)
val
response
:
String
?
,
@
Json
(
name
=
"display_name"
)
val
resultId
:
String
?
)
:
Serializable
Content copied to clipboard
Constructors
Properties
Constructors
Pod
Link copied to clipboard
fun
Pod
(
@
Json
(
name
=
"id"
)
response
:
String
?
,
@
Json
(
name
=
"display_name"
)
resultId
:
String
?
)
Content copied to clipboard
Properties
response
Link copied to clipboard
val
response
:
String
?
Content copied to clipboard
result
Id
Link copied to clipboard
val
resultId
:
String
?
Content copied to clipboard