toggle menu
ozone
common
switch theme
search in API
ozone
/
com.atproto.moderation
/
SubjectType
Subject
Type
@
Serializable
(
with
=
SubjectTypeSerializer::class
)
sealed
class
SubjectType
:
AtpEnum
Tag describing a type of subject that might be reported.
Inheritors
Account
Record
Chat
Unknown
Members
Types
Account
Link copied to clipboard
data
object
Account
:
SubjectType
Chat
Link copied to clipboard
data
object
Chat
:
SubjectType
Companion
Link copied to clipboard
object
Companion
Record
Link copied to clipboard
data
object
Record
:
SubjectType
Unknown
Link copied to clipboard
data
class
Unknown
(
val
rawValue
:
String
)
:
SubjectType
Properties
value
Link copied to clipboard
open
override
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String