ReportCreate

@Serializable
data class ReportCreate(val accountId: String, val statusIds: List<String>?, val comment: String?, val forwardToRemoteAdmin: Boolean?)

Object used to submit a new report.

Constructors

Link copied to clipboard
constructor(accountId: String, statusIds: List<String>?, comment: String?, forwardToRemoteAdmin: Boolean?)

Properties

Link copied to clipboard

ID of the account to report.

Link copied to clipboard

Reason for the report.

Link copied to clipboard

If the account is remote, should the report be forwarded to the remote admin?

Link copied to clipboard

ID of statuses to attach to the report, for context.