ManagementServerManagementUri

data class ManagementServerManagementUri(val api: String? = null, val webUi: String? = null)

Constructors

Link copied to clipboard
constructor(api: String? = null, webUi: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val api: String? = null

(Output) The management console api endpoint.

Link copied to clipboard
val webUi: String? = null

(Output) The management console webUi.