github.com/twilio/twilio-go@v1.20.1/rest/wireless/v1/docs/WirelessV1DataSession.md (about)

     1  # WirelessV1DataSession
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the DataSession resource. |
     8  **SimSid** | Pointer to **string** | The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource) that the Data Session is for. |
     9  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the DataSession resource. |
    10  **RadioLink** | Pointer to **string** | The generation of wireless technology that the device was using. |
    11  **OperatorMcc** | Pointer to **string** | The 'mobile country code' is the unique ID of the home country where the Data Session took place. See: [MCC/MNC lookup](http://mcc-mnc.com/). |
    12  **OperatorMnc** | Pointer to **string** | The 'mobile network code' is the unique ID specific to the mobile operator network where the Data Session took place. |
    13  **OperatorCountry** | Pointer to **string** | The three letter country code representing where the device's Data Session took place. This is determined by looking up the `operator_mcc`. |
    14  **OperatorName** | Pointer to **string** | The friendly name of the mobile operator network that the [SIM](https://www.twilio.com/docs/iot/wireless/api/sim-resource)-connected device is attached to. This is determined by looking up the `operator_mnc`. |
    15  **CellId** | Pointer to **string** | The unique ID of the cellular tower that the device was attached to at the moment when the Data Session was last updated. |
    16  **CellLocationEstimate** | Pointer to **interface{}** | An object that describes the estimated location in latitude and longitude where the device's Data Session took place. The location is derived from the `cell_id` when the Data Session was last updated. See [Cell Location Estimate Object](https://www.twilio.com/docs/iot/wireless/api/datasession-resource#cell-location-estimate-object).  |
    17  **PacketsUploaded** | Pointer to **int** | The number of packets uploaded by the device between the `start` time and when the Data Session was last updated. |
    18  **PacketsDownloaded** | Pointer to **int** | The number of packets downloaded by the device between the `start` time and when the Data Session was last updated. |
    19  **LastUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that the resource was last updated, given as GMT in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. |
    20  **Start** | Pointer to [**time.Time**](time.Time.md) | The date that the Data Session started, given as GMT in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. |
    21  **End** | Pointer to [**time.Time**](time.Time.md) | The date that the record ended, given as GMT in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. |
    22  **Imei** | Pointer to **string** | The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. An IMEI is a 15-digit string: 14 digits for the device identifier plus a check digit calculated using the Luhn formula. |
    23  
    24  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    25  
    26