storageUsed property

  1. @BuiltValueField(wireName: r'storage_used')
int? storageUsed

Sum of the transmitted bytes aggregated around the device and aggr_interval

Implementation

@BuiltValueField(wireName: r'storage_used')
int? get storageUsed;