toggle menu
ozone
common
switch theme
search in API
ozone
/
com.atproto.moderation
/
CreateReportResponse
Create
Report
Response
@
Serializable
data
class
CreateReportResponse
(
val
id
:
Long
,
val
reasonType
:
Token
,
val
reason
:
String
?
=
null
,
val
subject
:
CreateReportResponseSubjectUnion
,
val
reportedBy
:
Did
,
val
createdAt
:
Timestamp
)
Members
Constructors
Create
Report
Response
Link copied to clipboard
constructor
(
id
:
Long
,
reasonType
:
Token
,
reason
:
String
?
=
null
,
subject
:
CreateReportResponseSubjectUnion
,
reportedBy
:
Did
,
createdAt
:
Timestamp
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Timestamp
id
Link copied to clipboard
val
id
:
Long
reason
Link copied to clipboard
val
reason
:
String
?
=
null
reason
Type
Link copied to clipboard
val
reasonType
:
Token
reported
By
Link copied to clipboard
val
reportedBy
:
Did
subject
Link copied to clipboard
val
subject
:
CreateReportResponseSubjectUnion