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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

This will be propagated to the moderation event when it is applied

Link copied to clipboard
Link copied to clipboard