ConsoleProfileResponse

data class ConsoleProfileResponse(val url: String? = null)

ConsoleProfile represents a console profile.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val url: String? = null

The URL to access the cluster console.