ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
tools.ozone.moderation
/
SubjectStatusViewAgeAssuranceState
Subject
Status
View
Age
Assurance
State
@
Serializable
(
with
=
SubjectStatusViewAgeAssuranceStateSerializer::class
)
sealed
class
SubjectStatusViewAgeAssuranceState
:
AtpEnum
Current age assurance state of the subject.
Inheritors
Pending
Assured
Unknown
Reset
Blocked
_Unknown
Members
Types
_
Unknown
Link copied to clipboard
data
class
_Unknown
(
val
rawValue
:
String
)
:
SubjectStatusViewAgeAssuranceState
Assured
Link copied to clipboard
data
object
Assured
:
SubjectStatusViewAgeAssuranceState
Blocked
Link copied to clipboard
data
object
Blocked
:
SubjectStatusViewAgeAssuranceState
Companion
Link copied to clipboard
object
Companion
Pending
Link copied to clipboard
data
object
Pending
:
SubjectStatusViewAgeAssuranceState
Reset
Link copied to clipboard
data
object
Reset
:
SubjectStatusViewAgeAssuranceState
Unknown
Link copied to clipboard
data
object
Unknown
:
SubjectStatusViewAgeAssuranceState
Properties
value
Link copied to clipboard
open
override
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String