NetworkInsightsAnalysisPortRange

data class NetworkInsightsAnalysisPortRange(val from: Int? = null, val to: Int? = null)

Constructors

Link copied to clipboard
constructor(from: Int? = null, to: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val from: Int? = null

The first port in the range.

Link copied to clipboard
val to: Int? = null

The last port in the range.