toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
FileSystemEntryInfo
File
System
Entry
Info
data
class
FileSystemEntryInfo
(
val
name
:
String
,
val
path
:
String
,
val
type
:
FileSystemEntryType
)
Class FileSystemEntryInfo.
Members
Constructors
File
System
Entry
Info
Link copied to clipboard
constructor
(
name
:
String
,
path
:
String
,
type
:
FileSystemEntryType
)
Properties
name
Link copied to clipboard
val
name
:
String
The name.
path
Link copied to clipboard
val
path
:
String
The path.
type
Link copied to clipboard
val
type
:
FileSystemEntryType
The type.