github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010RecordingAddOnResult.md (about) 1 # ApiV2010RecordingAddOnResult 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that that we created to identify the Recording AddOnResult resource. | 8 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resource. | 9 **Status** | Pointer to [**string**](RecordingAddOnResultEnumStatus.md) | | 10 **AddOnSid** | Pointer to **string** | The SID of the Add-on to which the result belongs. | 11 **AddOnConfigurationSid** | Pointer to **string** | The SID of the Add-on configuration. | 12 **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. | 13 **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. | 14 **DateCompleted** | Pointer to **string** | The date and time in GMT that the result was completed specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 15 **ReferenceSid** | Pointer to **string** | The SID of the recording to which the AddOnResult resource belongs. | 16 **SubresourceUris** | Pointer to **map[string]interface{}** | A list of related resources identified by their relative URIs. | 17 18 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 19 20