NetworkingResponse

data class NetworkingResponse(val monthlyTransfer: MonthlyTransferResponse? = null, val ports: List<PortResponse>? = null)

Definition of Networking

Constructors

Link copied to clipboard
constructor(monthlyTransfer: MonthlyTransferResponse? = null, ports: List<PortResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Monthly Transfer of the Instance.

Link copied to clipboard
val ports: List<PortResponse>? = null

Ports to the Instance.