ConnectionInstallationState

data class ConnectionInstallationState(val actionUri: String? = null, val message: String? = null, val stage: String? = null)

Constructors

Link copied to clipboard
constructor(actionUri: String? = null, message: String? = null, stage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionUri: String? = null
Link copied to clipboard
val message: String? = null
Link copied to clipboard
val stage: String? = null