List System Actions Result
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>>)