github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/CallLogRecordLegInfo.md (about) 1 # CallLogRecordLegInfo 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Action** | **string** | Action description of the call operation | [optional] 7 **Direction** | **string** | Call direction | [optional] 8 **Duration** | **int32** | Call duration in seconds | [optional] 9 **Extension** | [**ExtensionInfoCallLog**](ExtensionInfoCallLog.md) | | [optional] 10 **LegType** | **string** | Leg type | [optional] 11 **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] 12 **Type** | **string** | Call type | [optional] 13 **Result** | **string** | Status description of the call operation | [optional] 14 **From** | [**CallLogCallerInfo**](CallLogCallerInfo.md) | | [optional] 15 **To** | [**CallLogCallerInfo**](CallLogCallerInfo.md) | | [optional] 16 **Transport** | **string** | Call transport | [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