Twilio\Rest\Microvisor\V1\AccountConfigContext

Synopsis

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

Hierarchy

Members

protected

  • $solution
  • $uri
  • $version

Methods

public

  • __construct() — Initialize the AccountConfigContext
  • __toString() — Provide a friendly representation
  • delete() — Delete the AccountConfigInstance
  • fetch() — Fetch the AccountConfigInstance
  • update() — Update the AccountConfigInstance

Inherited from Twilio\InstanceContext

public