Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 2.19 KB

ApiPeriodV2010PeriodAccountPeriodCallPeriodCallRecording.md

File metadata and controls

28 lines (23 loc) · 2.19 KB

ApiPeriodV2010PeriodAccountPeriodCallPeriodCallRecording

Properties

Name Type Description Notes
account_sid Option<String> The SID of the Account that created the resource [optional]
api_version Option<String> The API version used to make the recording [optional]
call_sid Option<String> The SID of the Call the resource is associated with [optional]
conference_sid Option<String> The Conference SID that identifies the conference associated with the recording [optional]
date_created Option<String> The RFC 2822 date and time in GMT that the resource was created [optional]
date_updated Option<String> The RFC 2822 date and time in GMT that the resource was last updated [optional]
start_time Option<String> The start time of the recording, given in RFC 2822 format [optional]
duration Option<String> The length of the recording in seconds [optional]
sid Option<String> The unique string that identifies the resource [optional]
price Option<f32> The one-time cost of creating the recording. [optional]
uri Option<String> The URI of the resource, relative to https://api.twilio.com [optional]
encryption_details Option<serde_json::Value> How to decrypt the recording. [optional]
price_unit Option<String> The currency used in the price property. [optional]
status Option<crate::models::CallRecordingEnumStatus> [optional]
channels Option<i32> The number of channels in the final recording file [optional]
source Option<crate::models::CallRecordingEnumSource> [optional]
error_code Option<i32> More information about why the recording is missing, if status is absent. [optional]
track Option<String> The recorded track. Can be: inbound, outbound, or both. [optional]

[Back to Model list] [Back to API list] [Back to README]