PortRangeResponse

data class PortRangeResponse(val fromPort: Int? = null, val toPort: Int? = null)

Definition of PortRange

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fromPort: Int? = null

Property fromPort

Link copied to clipboard
val toPort: Int? = null

Property toPort