ListScheduledActionsRequest

data class ListScheduledActionsRequest(val startsAfter: Timestamp? = null, val endsBefore: Timestamp? = null, val subjects: List<Did>? = null, val statuses: List<ListScheduledActionsStatuses>, val limit: Long? = 50, val 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

Constructors

Link copied to clipboard
constructor(startsAfter: Timestamp? = null, endsBefore: Timestamp? = null, subjects: List<Did>? = null, statuses: List<ListScheduledActionsStatuses>, limit: Long? = 50, cursor: String? = null)

Properties

Link copied to clipboard

Cursor for pagination

Link copied to clipboard

Filter actions scheduled to execute before this time

Link copied to clipboard
val limit: Long?

Maximum number of results to return

Link copied to clipboard

Filter actions scheduled to execute after this time

Link copied to clipboard
Link copied to clipboard