tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbDiscoverTimeRange
/
Custom
Custom
data
class
Custom
(
val
firstDate
:
String
?
=
null
,
val
lastDate
:
String
?
=
null
)
:
TmdbDiscoverTimeRange
Members
Constructors
Custom
Link copied to clipboard
constructor
(
firstDate
:
String
?
=
null
,
lastDate
:
String
?
=
null
)
Properties
first
Date
Link copied to clipboard
val
firstDate
:
String
?
=
null
last
Date
Link copied to clipboard
val
lastDate
:
String
?
=
null