CancelScheduledActionsRequest

data class CancelScheduledActionsRequest(val subjects: List<Did>, val comment: String? = null)

Parameters

comment

Optional comment describing the reason for cancellation

Constructors

Link copied to clipboard
constructor(subjects: List<Did>, comment: String? = null)

Properties

Link copied to clipboard

Optional comment describing the reason for cancellation

Link copied to clipboard