860 B
860 B
title | description |
---|---|
networkStatisticsEntryCall | Contains information about total received and sent calls data |
Constructor: networkStatisticsEntryCall
Contains information about total received and sent calls data
Attributes:
Name | Type | Required | Description |
---|---|---|---|
network_type | NetworkType | Yes | Type of a network the data was sent through. Call setNetworkType to maintain actual network type |
sent_bytes | int53 | Yes | Total number of sent bytes |
received_bytes | int53 | Yes | Total number of received bytes |
duration | double | Yes | Total calls duration in seconds |