ScheduleActionRequest
data class ScheduleActionRequest(val action: ScheduleActionRequestActionUnion, val subjects: List<Did>, val createdBy: Did, val scheduling: ScheduleActionSchedulingConfig, val modTool: ModTool? = null)
Parameters
modTool
This will be propagated to the moderation event when it is applied
Constructors
Link copied to clipboard
constructor(action: ScheduleActionRequestActionUnion, subjects: List<Did>, createdBy: Did, scheduling: ScheduleActionSchedulingConfig, modTool: ModTool? = null)