Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallLogRecordDetailed ¶
type CallLogRecordDetailed struct{}
type CallLogRecordSimple ¶
type CallLogRecordSimple struct { URI string `json:"uri"` ID string `json:"id"` SessionID string `json:"sessionId"` StartTime string `json:"startTime"` Duration int `json:"duration"` Type string `json:"type"` Direction string `json:"direction"` Action string `json:"action"` Result string `json:"result"` To CallerInfo `json:"to"` From CallerInfo `json:"from"` Recording RecordingInfo `json:"recording"` }
type CallLogRecordsSimpleResponse ¶
type CallLogRecordsSimpleResponse struct { URI string `json:"uri"` Records []CallLogRecordSimple `json:"records"` Paging Paging `json:"paging"` }
type CallerInfo ¶
type Navigation ¶
type Navigation struct {}
type RecordingInfo ¶
Click to show internal directories.
Click to hide internal directories.