Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 2.14 KB

File metadata and controls

27 lines (22 loc) · 2.14 KB

ApiPeriodV2010PeriodAccountPeriodConferencePeriodConferenceRecording

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 create 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<String> The one-time cost of creating the recording. [optional]
price_unit Option<String> The currency used in the price property. [optional]
status Option<crate::models::ConferenceRecordingEnumStatus> [optional]
channels Option<i32> The number of channels in the final recording file as an integer [optional]
source Option<crate::models::ConferenceRecordingEnumSource> [optional]
error_code Option<i32> More information about why the recording is missing, if status is absent. [optional]
encryption_details Option<serde_json::Value> How to decrypt the recording. [optional]
uri Option<String> The URI of the resource, relative to https://api.twilio.com [optional]

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