# ApiPeriodV2010PeriodAccountPeriodConferencePeriodConferenceRecording ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource. | [optional] **api_version** | Option<**String**> | The API version used to create the recording. | [optional] **call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Conference Recording 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 date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional] **date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional] **start_time** | Option<**String**> | The start time of the recording in GMT and in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional] **duration** | Option<**String**> | The length of the recording in seconds. | [optional] **sid** | Option<**String**> | The unique string that that we created to identify the Conference Recording resource. | [optional] **price** | Option<**String**> | The one-time cost of creating the recording in the `price_unit` currency. | [optional] **price_unit** | Option<**String**> | The currency used in the `price` property. Example: `USD`. | [optional] **status** | Option<[**models::ConferenceRecordingEnumStatus**](conference_recording_enum_status.md)> | | [optional] **channels** | Option<**i32**> | The number of channels in the final recording file. Can be: `1`, or `2`. Separating a two leg call into two separate channels of the recording file is supported in [Dial](https://www.twilio.com/docs/voice/twiml/dial#attributes-record) and [Outbound Rest API](https://www.twilio.com/docs/voice/make-calls) record options. | [optional][default to 0] **source** | Option<[**models::ConferenceRecordingEnumSource**](conference_recording_enum_source.md)> | | [optional] **error_code** | Option<**i32**> | The error code that describes why the recording is `absent`. The error code is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). This value is null if the recording `status` is not `absent`. | [optional] **encryption_details** | Option<[**serde_json::Value**](.md)> | How to decrypt the recording if it was encrypted using [Call Recording Encryption](https://www.twilio.com/docs/voice/tutorials/voice-recording-encryption) feature. | [optional] **uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)