ListSystemActionsResult

data class ListSystemActionsResult(val nextLink: String? = null, val value: List<Either<LockUserActionResponse, UnlockUserActionResponse>>)

List all actions for a system to perform.

Constructors

Link copied to clipboard
constructor(nextLink: String? = null, value: List<Either<LockUserActionResponse, UnlockUserActionResponse>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

The link to fetch the next page of actions.

Link copied to clipboard