toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.model
/
ImageListResult
Image
List
Result
data
class
ImageListResult
(
val
aspectRatio
:
Double
?
,
val
filePath
:
String
?
,
val
fileType
:
String
?
,
val
height
:
Int
?
,
val
id
:
String
?
,
val
language
:
LanguageCode
?
,
val
voteAverage
:
Double
?
,
val
voteCount
:
Int
?
,
val
width
:
Int
?
)
:
TmdbType
,
TmdbStringId
Members
Constructors
Image
List
Result
Link copied to clipboard
constructor
(
aspectRatio
:
Double
?
,
filePath
:
String
?
,
fileType
:
String
?
,
height
:
Int
?
,
id
:
String
?
,
language
:
LanguageCode
?
,
voteAverage
:
Double
?
,
voteCount
:
Int
?
,
width
:
Int
?
)
Properties
aspect
Ratio
Link copied to clipboard
val
aspectRatio
:
Double
?
file
Path
Link copied to clipboard
val
filePath
:
String
?
file
Type
Link copied to clipboard
val
fileType
:
String
?
height
Link copied to clipboard
val
height
:
Int
?
id
Link copied to clipboard
open
override
val
id
:
String
?
language
Link copied to clipboard
val
language
:
LanguageCode
?
vote
Average
Link copied to clipboard
val
voteAverage
:
Double
?
vote
Count
Link copied to clipboard
val
voteCount
:
Int
?
width
Link copied to clipboard
val
width
:
Int
?
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)