github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010ValidationRequest.md (about) 1 # ApiV2010ValidationRequest 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) responsible for the Caller ID. | 8 **CallSid** | Pointer to **string** | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Caller ID is associated with. | 9 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. | 10 **PhoneNumber** | Pointer to **string** | The phone number to verify in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | 11 **ValidationCode** | Pointer to **string** | The 6 digit validation code that someone must enter to validate the Caller ID when `phone_number` is called. | 12 13 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 15