github.com/twilio/twilio-go@v1.20.1/rest/routes/v2/docs/RoutesV2PhoneNumber.md (about) 1 # RoutesV2PhoneNumber 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **PhoneNumber** | Pointer to **string** | The phone number in E.164 format | 8 **Url** | Pointer to **string** | The absolute URL of the resource. | 9 **Sid** | Pointer to **string** | A 34 character string that uniquely identifies the Inbound Processing Region assignments for this phone number. | 10 **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. | 11 **FriendlyName** | Pointer to **string** | A human readable description of the Inbound Processing Region assignments for this phone number, up to 64 characters. | 12 **VoiceRegion** | Pointer to **string** | The Inbound Processing Region used for this phone number for voice. | 13 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this phone number was assigned an Inbound Processing Region, given in ISO 8601 format. | 14 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that the Inbound Processing Region was updated for this phone number, given in ISO 8601 format. | 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18