transmittedBytes property

  1. @BuiltValueField(wireName: r'transmitted_bytes')
int? transmittedBytes

Sum of the transmitted bytes aggregated around the device and aggr_interval

Implementation

@BuiltValueField(wireName: r'transmitted_bytes')
int? get transmittedBytes;