EnvironmentServerResponse

data class EnvironmentServerResponse(val managementPortalUri: List<String>? = null, val type: String? = null)

Server information of the environment.

Constructors

Link copied to clipboard
constructor(managementPortalUri: List<String>? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location of the management portal

Link copied to clipboard
val type: String? = null

Type of the server that represents the environment.