Extends: NSObject
Declared in: VPNUAccountDeviceStatistics.h
@property (nonatomic, readonly) NSDate *date;
A date the statistics provided for.
@property (nonatomic, readonly) long long inputTraffic;
Ingoing traffic (in bytes).
@property (nonatomic, readonly) long long outputTraffic;
Outgoing traffic (in bytes).
@property (nonatomic, readonly) long long totalTraffic;
Total traffic (in bytes).