toggle menu
ozone
common
switch theme
search in API
ozone
/
tools.ozone.moderation
/
RecordHosting
Record
Hosting
@
Serializable
data
class
RecordHosting
(
val
status
:
Status
,
val
updatedAt
:
Timestamp
?
=
null
,
val
createdAt
:
Timestamp
?
=
null
,
val
deletedAt
:
Timestamp
?
=
null
)
Members
Constructors
Record
Hosting
Link copied to clipboard
constructor
(
status
:
Status
,
updatedAt
:
Timestamp
?
=
null
,
createdAt
:
Timestamp
?
=
null
,
deletedAt
:
Timestamp
?
=
null
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Timestamp
?
=
null
deleted
At
Link copied to clipboard
val
deletedAt
:
Timestamp
?
=
null
status
Link copied to clipboard
val
status
:
Status
updated
At
Link copied to clipboard
val
updatedAt
:
Timestamp
?
=
null