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)

Properties

Link copied to clipboard
Link copied to clipboard

Additional context about the content and violation.

Link copied to clipboard

Indicates the broad category of violation the report is for.

Link copied to clipboard