Twilio.Resources.Voice.V1.DialingPermission.BulkCountryUpdate (twilio_elixir v0.1.1)

Copy Markdown View Source

BulkCountryUpdate resource.

Parent: /DialingPermissions

Properties

FieldDescription
update_countThe number of countries updated

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

| update_request | 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" } ] |

Summary

Types

t()

@type t() :: %Twilio.Resources.Voice.V1.DialingPermission.BulkCountryUpdate{
  update_count: integer(),
  update_request: String.t() | nil
}

Functions

object_name()