CreateReportRequest
data class CreateReportRequest(val reasonType: Token, val reason: String? = null, val subject: CreateReportRequestSubjectUnion, val modTool: CreateReportModTool? = null)
Parameters
reasonType
Indicates the broad category of violation the report is for.
reason
Additional context about the content and violation.
Constructors
Link copied to clipboard
constructor(reasonType: Token, reason: String? = null, subject: CreateReportRequestSubjectUnion, modTool: CreateReportModTool? = null)