toggle menu
Moove Documentation
androidJvm
switch theme
search in API
movies
/
com.moove.movies.presentation.details.model
Package-level
declarations
Types
Functions
Types
Movie
Details
Model
Link copied to clipboard
data
class
MovieDetailsModel
(
val
id
:
Long
,
val
title
:
String
,
val
posterPath
:
String
?
,
val
backdropPath
:
String
?
,
val
overview
:
String
,
val
releaseDate
:
String
?
,
val
rating
:
Float
,
val
runtimeMinutes
:
Int
?
,
val
genres
:
List
<
String
>
)
:
Parcelable
Functions
as
Presentation
Link copied to clipboard
fun
MovieDetails
.
asPresentation
(
)
:
MovieDetailsModel