github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010AvailablePhoneNumberCountry.md (about) 1 # ApiV2010AvailablePhoneNumberCountry 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **CountryCode** | Pointer to **string** | The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country. | 8 **Country** | Pointer to **string** | The name of the country. | 9 **Uri** | Pointer to **string** | The URI of the Country resource, relative to `https://api.twilio.com`. | 10 **Beta** | Pointer to **bool** | Whether all phone numbers available in the country are new to the Twilio platform. `true` if they are and `false` if all numbers are not in the Twilio Phone Number Beta program. | 11 **SubresourceUris** | Pointer to **map[string]interface{}** | A list of related AvailablePhoneNumber resources identified by their URIs relative to `https://api.twilio.com`. | 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