ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
tools.ozone.safelink
/
EventType
Event
Type
@
Serializable
(
with
=
EventTypeSerializer::class
)
sealed
class
EventType
:
AtpEnum
Inheritors
AddRule
UpdateRule
RemoveRule
Unknown
Members
Types
Add
Rule
Link copied to clipboard
data
object
AddRule
:
EventType
Companion
Link copied to clipboard
object
Companion
Remove
Rule
Link copied to clipboard
data
object
RemoveRule
:
EventType
Unknown
Link copied to clipboard
data
class
Unknown
(
val
rawValue
:
String
)
:
EventType
Update
Rule
Link copied to clipboard
data
object
UpdateRule
:
EventType
Properties
value
Link copied to clipboard
open
override
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String