CreateActivityRequest

constructor(reportId: Long, activity: CreateActivityRequestActivityUnion, internalNote: String? = null, publicNote: String? = null, isAutomated: Boolean? = false)

Parameters

reportId

ID of the report to record activity on

activity

The type of activity to record.

internalNote

Optional moderator-only note. Not visible to reporters.

publicNote

Optional public-facing note, potentially visible to the reporter.

isAutomated

Set true when this activity is triggered by an automated process. Defaults to false.