CreateReportResponse

data class CreateReportResponse(    val id: Long,     val reasonType: Token,     val reason: String? = null,     val subject: CreateReportResponseSubjectUnion,     val reportedBy: Did,     val createdAt: Timestamp)

Constructors

Link copied to clipboard
constructor(id: Long, reasonType: Token, reason: String? = null, subject: CreateReportResponseSubjectUnion, reportedBy: Did, createdAt: Timestamp)

Properties

Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard
val reason: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard