totalBytes property

  1. @BuiltValueField(wireName: r'total_bytes')
int? totalBytes

Sum of the received + transmitted bytes aggregated around the device and aggr_interval

Implementation

@BuiltValueField(wireName: r'total_bytes')
int? get totalBytes;