tmdb-api-client
Toggle table of contents
5.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tmdb-api-client
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
country
:
CountryCode
?
,
val
voteAverage
:
Double
?
,
val
voteCount
:
Int
?
,
val
width
:
Int
?
)
:
TmdbType
,
TmdbStringId
(
source
)
Members
Constructors
Image
List
Result
Link copied to clipboard
constructor
(
aspectRatio
:
Double
?
,
filePath
:
String
?
,
fileType
:
String
?
,
height
:
Int
?
,
id
:
String
?
,
language
:
LanguageCode
?
,
country
:
CountryCode
?
,
voteAverage
:
Double
?
,
voteCount
:
Int
?
,
width
:
Int
?
)
Properties
aspect
Ratio
Link copied to clipboard
val
aspectRatio
:
Double
?
country
Link copied to clipboard
val
country
:
CountryCode
?
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
?
)