toggle menu
qBittorrent
1.1.0-alpha02
common
switch theme
search in API
qbittorrent-models
/
qbittorrent.models
/
LogEntry
Log
Entry
@
Serializable
class
LogEntry
(
val
id
:
Int
,
val
message
:
String
,
val
timestamp
:
Long
,
val
type
:
Int
)
Members
Constructors
Log
Entry
Link copied to clipboard
constructor
(
id
:
Int
,
message
:
String
,
timestamp
:
Long
,
type
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
Int
ID of the message
message
Link copied to clipboard
val
message
:
String
Text of the message
timestamp
Link copied to clipboard
val
timestamp
:
Long
Milliseconds since epoch
type
Link copied to clipboard
val
type
:
Int
Type of the message