Twitter Api Kit
Twitter Api Kit
/
com.mcdev.twitterapikit.model
/
Mentions
Mentions
data
class
Mentions
(
id
:
String
,
start
:
Int
?
,
end
:
Int
?
,
tag
:
String
?
,
userName
:
String
?
)
Content copied to clipboard
Properties
Properties
end
Link copied to clipboard
@
SerializedName
(
value
=
"end"
)
var
end
:
Int
?
=
0
Content copied to clipboard
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
var
id
:
String
Content copied to clipboard
start
Link copied to clipboard
@
SerializedName
(
value
=
"start"
)
var
start
:
Int
?
=
0
Content copied to clipboard
tag
Link copied to clipboard
@
SerializedName
(
value
=
"tag"
)
var
tag
:
String
?
=
null
Content copied to clipboard
userName
Link copied to clipboard
@
SerializedName
(
value
=
"username"
)
var
userName
:
String
?
=
null
Content copied to clipboard