github.com/twilio/twilio-go@v1.20.1/rest/insights/v1/docs/InsightsV1Metric.md (about) 1 # InsightsV1Metric 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Timestamp** | Pointer to **string** | Timestamp of metric sample. Samples are taken every 10 seconds and contain the metrics for the previous 10 seconds. | 8 **CallSid** | Pointer to **string** | The unique SID identifier of the Call. | 9 **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. | 10 **Edge** | Pointer to [**string**](MetricEnumTwilioEdge.md) | | 11 **Direction** | Pointer to [**string**](MetricEnumStreamDirection.md) | | 12 **CarrierEdge** | Pointer to **interface{}** | Contains metrics and properties for the Twilio media gateway of a PSTN call. | 13 **SipEdge** | Pointer to **interface{}** | Contains metrics and properties for the Twilio media gateway of a SIP Interface or Trunking call. | 14 **SdkEdge** | Pointer to **interface{}** | Contains metrics and properties for the SDK sensor library for Client calls. | 15 **ClientEdge** | Pointer to **interface{}** | Contains metrics and properties for the Twilio media gateway of a Client call. | 16 17 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 19