upLostRate property
- @JsonKey(name: 'upLostRate')
getter/setter pair
- Field description: Upstream packet loss rate between 0 and 1.0. For example, 0.3 indicates that 3 data packets may be lost in every 10 packets sent to the server.
Implementation
@JsonKey(name: 'upLostRate')
double upLostRate;