ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
site.standard
/
DocumentContributor
Document
Contributor
@
Serializable
data
class
DocumentContributor
(
val
did
:
Did
,
val
displayName
:
String
?
=
null
,
val
role
:
String
?
=
null
)
Members
Constructors
Document
Contributor
Link copied to clipboard
constructor
(
did
:
Did
,
displayName
:
String
?
=
null
,
role
:
String
?
=
null
)
Properties
did
Link copied to clipboard
val
did
:
Did
display
Name
Link copied to clipboard
val
displayName
:
String
?
role
Link copied to clipboard
val
role
:
String
?