Twitter Api Kit
Twitter Api Kit
/
com.mcdev.twitterapikit.model
/
Image
Image
data
class
Image
(
url
:
String
?
,
width
:
Int
?
,
height
:
Int
?
)
Content copied to clipboard
Properties
Properties
height
Link copied to clipboard
@
SerializedName
(
value
=
"height"
)
var
height
:
Int
?
=
0
Content copied to clipboard
url
Link copied to clipboard
@
SerializedName
(
value
=
"url"
)
var
url
:
String
?
Content copied to clipboard
width
Link copied to clipboard
@
SerializedName
(
value
=
"width"
)
var
width
:
Int
?
=
0
Content copied to clipboard