toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
ImageOption
Image
Option
data
class
ImageOption
(
val
type
:
ImageType
,
val
limit
:
Int
,
val
minWidth
:
Int
)
Members
Constructors
Image
Option
Link copied to clipboard
constructor
(
type
:
ImageType
,
limit
:
Int
,
minWidth
:
Int
)
Properties
limit
Link copied to clipboard
val
limit
:
Int
The limit.
min
Width
Link copied to clipboard
val
minWidth
:
Int
The minimum width.
type
Link copied to clipboard
val
type
:
ImageType
The type.