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
/
FileSystemEntryInfo
File
System
Entry
Info
common
data
class
FileSystemEntryInfo
(
val
name
:
String
,
val
path
:
String
,
val
type
:
FileSystemEntryType
)
Class FileSystemEntryInfo.
Members
Constructors
File
System
Entry
Info
Link copied to clipboard
common
constructor
(
name
:
String
,
path
:
String
,
type
:
FileSystemEntryType
)
Properties
name
Link copied to clipboard
common
val
name
:
String
The name.
path
Link copied to clipboard
common
val
path
:
String
The path.
type
Link copied to clipboard
common
val
type
:
FileSystemEntryType
The type.