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