Get Active Sessions Result
    data class GetActiveSessionsResult(val nextLink: String? = null, val value: List<BastionActiveSessionResponse>? = null)
Response for GetActiveSessions.
Constructors
Link copied to clipboard
                fun GetActiveSessionsResult(nextLink: String? = null, value: List<BastionActiveSessionResponse>? = null)