ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
tools.ozone.setting
/
Option
Option
@
Serializable
data
class
Option
(
val
key
:
Nsid
,
val
did
:
Did
,
val
value
:
JsonContent
,
val
description
:
String
?
=
null
,
val
createdAt
:
Timestamp
?
=
null
,
val
updatedAt
:
Timestamp
?
=
null
,
val
managerRole
:
String
?
=
null
,
val
scope
:
OptionScope
,
val
createdBy
:
Did
,
val
lastUpdatedBy
:
Did
)
Members
Constructors
Option
Link copied to clipboard
constructor
(
key
:
Nsid
,
did
:
Did
,
value
:
JsonContent
,
description
:
String
?
=
null
,
createdAt
:
Timestamp
?
=
null
,
updatedAt
:
Timestamp
?
=
null
,
managerRole
:
String
?
=
null
,
scope
:
OptionScope
,
createdBy
:
Did
,
lastUpdatedBy
:
Did
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Timestamp
?
created
By
Link copied to clipboard
val
createdBy
:
Did
description
Link copied to clipboard
val
description
:
String
?
did
Link copied to clipboard
val
did
:
Did
key
Link copied to clipboard
val
key
:
Nsid
last
Updated
By
Link copied to clipboard
val
lastUpdatedBy
:
Did
manager
Role
Link copied to clipboard
val
managerRole
:
String
?
scope
Link copied to clipboard
val
scope
:
OptionScope
updated
At
Link copied to clipboard
val
updatedAt
:
Timestamp
?
value
Link copied to clipboard
val
value
:
JsonContent