SubscribeDegradationParams

data class SubscribeDegradationParams(val packetLossThreshold: Long, val degradeGracePeriodSeconds: Long, val recoverGracePeriodSeconds: Long)

Constructors

Link copied to clipboard
fun SubscribeDegradationParams(packetLossThreshold: Long, degradeGracePeriodSeconds: Long, recoverGracePeriodSeconds: Long)

Functions

Link copied to clipboard

Properties

Link copied to clipboard
@SerializedName(value = "degradeGracePeriodSeconds")
val degradeGracePeriodSeconds: Long
Link copied to clipboard
@SerializedName(value = "packetLossThreshold")
val packetLossThreshold: Long
Link copied to clipboard
@SerializedName(value = "recoverGracePeriodSeconds")
val recoverGracePeriodSeconds: Long