github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/UserCallLogRecord.md (about)

     1  # UserCallLogRecord
     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 = ['Voice', 'Fax'] | [optional] 
    12  **Direction** | **string** | Call direction = ['Inbound', 'Outbound'] | [optional] 
    13  **StartTime** | **string** | The call start datetime in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z | [optional] 
    14  **Duration** | **int32** | Call duration in seconds | [optional] 
    15  **Recording** | [**RecordingInfo**](RecordingInfo.md) |  | [optional] 
    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