CohnStatus

@Serializable
data class CohnStatus(val isEnabled: Boolean? = null, val ipAddress: String? = null, val macAddress: String? = null, val password: String? = null, val ssid: String? = null, val username: String? = null, val state: EnumCOHNNetworkState? = null, val status: EnumCOHNStatus? = null)

Constructors

Link copied to clipboard
constructor(isEnabled: Boolean? = null, ipAddress: String? = null, macAddress: String? = null, password: String? = null, ssid: String? = null, username: String? = null, state: EnumCOHNNetworkState? = null, status: EnumCOHNStatus? = null)

Properties

Link copied to clipboard
@SerialName(value = "ipaddress")
val ipAddress: String? = null
Link copied to clipboard
@SerialName(value = "enabled")
val isEnabled: Boolean? = null
Link copied to clipboard
@SerialName(value = "macaddress")
val macAddress: String? = null
Link copied to clipboard
val password: String? = null
Link copied to clipboard
val ssid: String? = null
Link copied to clipboard
Link copied to clipboard
val status: EnumCOHNStatus? = null
Link copied to clipboard
val username: String? = null