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

     1  # CallLogRecord
     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  **LastModifiedTime** | [**time.Time**](time.Time.md) | For 'Detailed' view only. The datetime when the call log record was modified in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z | [optional] 
    19  **Transport** | **string** | For 'Detailed' view only. Call transport | [optional] 
    20  **Legs** | [**[]CallLogRecordLegInfo**](CallLogRecordLegInfo.md) | For 'Detailed' view only. Leg description | 
    21  
    22  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    23  
    24