ListScheduledActionsRequest
constructor(startsAfter: Timestamp? = null, endsBefore: Timestamp? = null, subjects: List<Did>? = null, statuses: List<ListScheduledActionsStatuses>, limit: Long? = 50, cursor: String? = null)
Parameters
startsAfter
Filter actions scheduled to execute after this time
endsBefore
Filter actions scheduled to execute before this time
limit
Maximum number of results to return
cursor
Cursor for pagination