ReopenActivity

data class ReopenActivity(val previousStatus: ReopenActivityPreviousStatus? = null)

Activity recording a closed report being reopened. Only valid when the report is in 'closed' status.

Parameters

previousStatus

The report's status before this activity. Populated automatically from the report row; not required in input.

Constructors

Link copied to clipboard
constructor(previousStatus: ReopenActivityPreviousStatus? = null)

Properties

Link copied to clipboard

The report's status before this activity. Populated automatically from the report row; not required in input.