jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
ProfileCondition
Profile
Condition
common
@
Serializable
data
class
ProfileCondition
(
val
condition
:
ProfileConditionType
,
val
property
:
ProfileConditionValue
,
val
value
:
String
?
=
null
,
val
isRequired
:
Boolean
)
Members
Constructors
Profile
Condition
Link copied to clipboard
common
constructor
(
condition
:
ProfileConditionType
,
property
:
ProfileConditionValue
,
value
:
String
?
=
null
,
isRequired
:
Boolean
)
Properties
condition
Link copied to clipboard
common
@
SerialName
(
value
=
"Condition"
)
val
condition
:
ProfileConditionType
is
Required
Link copied to clipboard
common
@
SerialName
(
value
=
"IsRequired"
)
val
isRequired
:
Boolean
property
Link copied to clipboard
common
@
SerialName
(
value
=
"Property"
)
val
property
:
ProfileConditionValue
value
Link copied to clipboard
common
@
SerialName
(
value
=
"Value"
)
val
value
:
String
?