Twitter Api Kit
Twitter Api Kit
/
com.mcdev.twitterapikit.model
/
Topic
Topic
data
class
Topic
(
description
:
String
?
,
id
:
String
?
,
name
:
String
?
)
Content copied to clipboard
Properties
Properties
description
Link copied to clipboard
@
SerializedName
(
value
=
"description"
)
var
description
:
String
?
Content copied to clipboard
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
var
id
:
String
?
Content copied to clipboard
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
var
name
:
String
?
Content copied to clipboard