github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010Recording.md (about) 1 # ApiV2010Recording 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource. | 8 **ApiVersion** | Pointer to **string** | The API version used during the recording. | 9 **CallSid** | Pointer to **string** | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Recording resource is associated with. This will always refer to the parent leg of a two-leg call. | 10 **ConferenceSid** | Pointer to **string** | The Conference SID that identifies the conference associated with the recording, if a conference recording. | 11 **DateCreated** | Pointer to **string** | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 12 **DateUpdated** | Pointer to **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. | 13 **StartTime** | Pointer to **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. | 14 **Duration** | Pointer to **string** | The length of the recording in seconds. | 15 **Sid** | Pointer to **string** | The unique string that that we created to identify the Recording resource. | 16 **Price** | Pointer to **string** | The one-time cost of creating the recording in the `price_unit` currency. | 17 **PriceUnit** | Pointer to **string** | The currency used in the `price` property. Example: `USD`. | 18 **Status** | Pointer to [**string**](RecordingEnumStatus.md) | | 19 **Channels** | Pointer to **int** | The number of channels in the final recording file. Can be: `1` or `2`. You can split a call with two legs into two separate recording channels if you record using [TwiML Dial](https://www.twilio.com/docs/voice/twiml/dial#record) or the [Outbound Rest API](https://www.twilio.com/docs/voice/make-calls#manage-your-outbound-call). | 20 **Source** | Pointer to [**string**](RecordingEnumSource.md) | | 21 **ErrorCode** | Pointer to **int** | 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`. | 22 **Uri** | Pointer to **string** | The URI of the resource, relative to `https://api.twilio.com`. | 23 **EncryptionDetails** | Pointer to **interface{}** | How to decrypt the recording if it was encrypted using [Call Recording Encryption](https://www.twilio.com/docs/voice/tutorials/voice-recording-encryption) feature. | 24 **SubresourceUris** | Pointer to **map[string]interface{}** | A list of related resources identified by their relative URIs. | 25 **MediaUrl** | Pointer to **string** | The URL of the media file associated with this recording resource. When stored externally, this is the full URL location of the media file. | 26 27 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 28 29