kmttAPI
0.2.1
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
kmttAPI
/
kmtt.models
/
Watcher
Watcher
data
class
Watcher
(
id
:
Long
?
,
event
:
String
?
,
url
:
String
?
)
Content copied to clipboard
Constructors
Properties
Parameters
Parameters
id
Номер подписки
event
Название события
url
Cсылка
Constructors
Watcher
Link copied to clipboard
fun
Watcher
(
id
:
Long
?
=
null
,
event
:
String
?
=
null
,
url
:
String
?
=
null
)
Content copied to clipboard
Properties
event
Link copied to clipboard
val
event
:
String
?
=
null
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Long
?
=
null
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
?
=
null
Content copied to clipboard