github.com/twilio/twilio-go@v1.20.1/rest/voice/v1/docs/VoiceV1DialingPermissionsCountryBulkUpdate.md (about) 1 # VoiceV1DialingPermissionsCountryBulkUpdate 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **UpdateCount** | Pointer to **int** | The number of countries updated | 8 **UpdateRequest** | Pointer to **string** | A bulk update request to change voice dialing country permissions stored as a URL-encoded, JSON array of update objects. For example : `[ { \"iso_code\": \"GB\", \"low_risk_numbers_enabled\": \"true\", \"high_risk_special_numbers_enabled\":\"true\", \"high_risk_tollfraud_numbers_enabled\": \"false\" } ]` | 9 10 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 12