GetNetworkProfileResult

data class GetNetworkProfileResult(val arn: String? = null, val description: String? = null, val downlinkBandwidthBits: Int? = null, val downlinkDelayMs: Int? = null, val downlinkJitterMs: Int? = null, val downlinkLossPercent: Int? = null, val name: String? = null, val tags: List<NetworkProfileTag>? = null, val uplinkBandwidthBits: Int? = null, val uplinkDelayMs: Int? = null, val uplinkJitterMs: Int? = null, val uplinkLossPercent: Int? = null)

Constructors

Link copied to clipboard
fun GetNetworkProfileResult(arn: String? = null, description: String? = null, downlinkBandwidthBits: Int? = null, downlinkDelayMs: Int? = null, downlinkJitterMs: Int? = null, downlinkLossPercent: Int? = null, name: String? = null, tags: List<NetworkProfileTag>? = null, uplinkBandwidthBits: Int? = null, uplinkDelayMs: Int? = null, uplinkJitterMs: Int? = null, uplinkLossPercent: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
val downlinkDelayMs: Int? = null
Link copied to clipboard
val downlinkJitterMs: Int? = null
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uplinkDelayMs: Int? = null
Link copied to clipboard
val uplinkJitterMs: Int? = null
Link copied to clipboard
val uplinkLossPercent: Int? = null