VMMServerPropertiesResponseCredentials

data class VMMServerPropertiesResponseCredentials(val username: String? = null)

Credentials to connect to VMMServer.

Constructors

Link copied to clipboard
constructor(username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val username: String? = null

Username to use to connect to VMMServer.