github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/GetExtensionCallLogRecordResponse.md (about) 1 # GetExtensionCallLogRecordResponse 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Id** | **string** | Internal identifier of a cal log record | [optional] 7 **Uri** | **string** | Canonical URI of a call log record | [optional] 8 **SessionId** | **string** | Internal identifier of a call session | [optional] 9 **From** | [**CallLogCallerInfo**](CallLogCallerInfo.md) | | [optional] 10 **To** | [**CallLogCallerInfo**](CallLogCallerInfo.md) | | [optional] 11 **Type** | **string** | Call type | [optional] 12 **Direction** | **string** | Call direction | [optional] 13 **Action** | **string** | Action description of the call operation | [optional] 14 **Result** | **string** | Status description of the call operation | [optional] 15 **StartTime** | [**time.Time**](time.Time.md) | The call start datetime in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z | [optional] 16 **Duration** | **int32** | Call duration in seconds | [optional] 17 **Recording** | [**RecordingInfo**](RecordingInfo.md) | | [optional] 18 19 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 21