toggle menu
Moove Documentation
androidJvm
switch theme
search in API
movies
/
com.moove.movies.domain.model
/
MovieDetails
/
MovieDetails
Movie
Details
constructor
(
id
:
Long
,
title
:
String
,
posterPath
:
String
?
,
backdropPath
:
String
?
,
overview
:
String
,
releaseDate
:
LocalDate
?
,
rating
:
Float
,
runtimeMinutes
:
Int
?
,
genres
:
List
<
Genre
>
)