Twitter Api Kit
Twitter Api Kit
/
com.mcdev.twitterapikit.object
/
User
/
Entities
/
Description
Description
data
class
Description
(
annotations
:
ArrayList
<
Annotations
>
?
,
cashtags
:
ArrayList
<
Cashtags
>
?
,
hashtags
:
ArrayList
<
Hashtags
>
?
,
mentions
:
ArrayList
<
Mentions
>
?
,
urls
:
ArrayList
<
Urls
>
?
)
Content copied to clipboard
Properties
Properties
annotations
Link copied to clipboard
@
SerializedName
(
value
=
"annotations"
)
var
annotations
:
ArrayList
<
Annotations
>
?
Content copied to clipboard
cashtags
Link copied to clipboard
@
SerializedName
(
value
=
"cashtags"
)
var
cashtags
:
ArrayList
<
Cashtags
>
?
Content copied to clipboard
hashtags
Link copied to clipboard
@
SerializedName
(
value
=
"hashtags"
)
var
hashtags
:
ArrayList
<
Hashtags
>
?
Content copied to clipboard
mentions
Link copied to clipboard
@
SerializedName
(
value
=
"mentions"
)
var
mentions
:
ArrayList
<
Mentions
>
?
Content copied to clipboard
urls
Link copied to clipboard
@
SerializedName
(
value
=
"urls"
)
var
urls
:
ArrayList
<
Urls
>
?
Content copied to clipboard