toggle menu
ozone
common
switch theme
search in API
ozone
/
tools.ozone.team
/
Member
Member
@
Serializable
data
class
Member
(
val
did
:
Did
,
val
disabled
:
Boolean
?
=
null
,
val
profile
:
ProfileViewDetailed
?
=
null
,
val
createdAt
:
Timestamp
?
=
null
,
val
updatedAt
:
Timestamp
?
=
null
,
val
lastUpdatedBy
:
String
?
=
null
,
val
role
:
String
)
Members
Constructors
Member
Link copied to clipboard
constructor
(
did
:
Did
,
disabled
:
Boolean
?
=
null
,
profile
:
ProfileViewDetailed
?
=
null
,
createdAt
:
Timestamp
?
=
null
,
updatedAt
:
Timestamp
?
=
null
,
lastUpdatedBy
:
String
?
=
null
,
role
:
String
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Timestamp
?
=
null
did
Link copied to clipboard
val
did
:
Did
disabled
Link copied to clipboard
val
disabled
:
Boolean
?
=
null
last
Updated
By
Link copied to clipboard
val
lastUpdatedBy
:
String
?
=
null
profile
Link copied to clipboard
val
profile
:
ProfileViewDetailed
?
=
null
role
Link copied to clipboard
val
role
:
String
updated
At
Link copied to clipboard
val
updatedAt
:
Timestamp
?
=
null