github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010Siprec.md (about) 1 # ApiV2010Siprec 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The SID of the Siprec resource. | 8 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Siprec resource. | 9 **CallSid** | Pointer to **string** | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Siprec resource is associated with. | 10 **Name** | Pointer to **string** | The user-specified name of this Siprec, if one was given when the Siprec was created. This may be used to stop the Siprec. | 11 **Status** | Pointer to [**string**](SiprecEnumStatus.md) | | 12 **DateUpdated** | Pointer to **string** | The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 13 **Uri** | Pointer to **string** | The URI of the resource, relative to `https://api.twilio.com`. | 14 15 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 17