tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbFileImage
Tmdb
File
Image
@
Serializable
data
class
TmdbFileImage
(
val
filePath
:
String
,
val
aspectRation
:
Float
,
val
height
:
Int
,
val
width
:
Int
,
val
iso639
:
String
?
=
null
,
val
voteAverage
:
Float
?
=
null
,
val
voteCount
:
Int
?
=
null
)
Members
Constructors
Tmdb
File
Image
Link copied to clipboard
constructor
(
filePath
:
String
,
aspectRation
:
Float
,
height
:
Int
,
width
:
Int
,
iso639
:
String
?
=
null
,
voteAverage
:
Float
?
=
null
,
voteCount
:
Int
?
=
null
)
Properties
aspect
Ration
Link copied to clipboard
val
aspectRation
:
Float
file
Path
Link copied to clipboard
val
filePath
:
String
height
Link copied to clipboard
val
height
:
Int
iso639
Link copied to clipboard
val
iso639
:
String
?
=
null
vote
Average
Link copied to clipboard
val
voteAverage
:
Float
?
=
null
vote
Count
Link copied to clipboard
val
voteCount
:
Int
?
=
null
width
Link copied to clipboard
val
width
:
Int