Twilio\Rest\Voice\V1\DialingPermissions\CountryContext

Synopsis

class CountryContext extends InstanceContext {
  • // Inherited members from InstanceContext
  • protected  $version;
  • protected array $solution;
  • protected  $uri;
}

Hierarchy

Members

protected

  • $_highriskSpecialPrefixes
  • $solution
  • $uri
  • $version

Methods

protected

public

  • __construct() — Initialize the CountryContext
  • __call() — Magic caller to get resource contexts
  • __get() — Magic getter to lazy load subresources
  • __toString() — Provide a friendly representation
  • fetch() — Fetch the CountryInstance

Inherited from Twilio\InstanceContext

public