toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
RemoteImageInfo
/
RemoteImageInfo
Remote
Image
Info
constructor
(
providerName
:
String
?
=
null
,
url
:
String
?
=
null
,
thumbnailUrl
:
String
?
=
null
,
height
:
Int
?
=
null
,
width
:
Int
?
=
null
,
communityRating
:
Double
?
=
null
,
voteCount
:
Int
?
=
null
,
language
:
String
?
=
null
,
type
:
ImageType
,
ratingType
:
RatingType
)