NetworkSettingsResponse

data class NetworkSettingsResponse(val hardwareSoftwareCostPercentage: Double, val maintenanceCostPercentage: Double)

Network settings.

Constructors

Link copied to clipboard
constructor(hardwareSoftwareCostPercentage: Double, maintenanceCostPercentage: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Network hardware and software cost percentage.

Link copied to clipboard

Network maintenance cost percentage.