toggle menu
tmdb-api
common
switch theme
search in API
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbReleaseDate
Tmdb
Release
Date
@
Serializable
data
class
TmdbReleaseDate
(
val
iso639
:
String
?
=
null
,
val
releaseDate
:
Instant
?
,
val
certification
:
String
?
=
null
,
val
type
:
TmdbReleaseType
)
Members
Constructors
Tmdb
Release
Date
Link copied to clipboard
constructor
(
iso639
:
String
?
=
null
,
releaseDate
:
Instant
?
,
certification
:
String
?
=
null
,
type
:
TmdbReleaseType
)
Properties
certification
Link copied to clipboard
@
SerialName
(
value
=
"certification"
)
val
certification
:
String
?
=
null
iso639
Link copied to clipboard
@
SerialName
(
value
=
"iso_639_1"
)
val
iso639
:
String
?
=
null
release
Date
Link copied to clipboard
@
SerialName
(
value
=
"release_date"
)
val
releaseDate
:
Instant
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
TmdbReleaseType