Twitter Api Kit
Twitter Api Kit
/
com.mcdev.twitterapikit.model
/
Meta
Meta
data
class
Meta
(
resultCount
:
Int
,
newestId
:
String
?
,
oldestId
:
String
?
,
nextToken
:
String
?
,
previousToken
:
String
?
)
Content copied to clipboard
Properties
Properties
newestId
Link copied to clipboard
@
SerializedName
(
value
=
"newest_id"
)
var
newestId
:
String
?
Content copied to clipboard
nextToken
Link copied to clipboard
@
SerializedName
(
value
=
"next_token"
)
var
nextToken
:
String
?
Content copied to clipboard
oldestId
Link copied to clipboard
@
SerializedName
(
value
=
"oldest_id"
)
var
oldestId
:
String
?
Content copied to clipboard
previousToken
Link copied to clipboard
@
SerializedName
(
value
=
"previous_token"
)
var
previousToken
:
String
?
Content copied to clipboard
resultCount
Link copied to clipboard
@
SerializedName
(
value
=
"result_count"
)
var
resultCount
:
Int
=
0
Content copied to clipboard