AccessPointAlias

data class AccessPointAlias(val status: String? = null, val value: String)

Constructors

Link copied to clipboard
constructor(status: String? = null, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val status: String? = null

The status of the Object Lambda alias.

Link copied to clipboard

The value of the Object Lambda alias.