Twilio\Rest\Verify\V2\Service\VerificationInstance

Synopsis

class VerificationInstance extends InstanceResource {
}

Hierarchy

Members

protected

  • $context
  • $properties
  • $solution
  • $version

Methods

protected

  • proxy() — Generate an instance context for the instance, the context is capable of performing various actions. All instance actions are proxied to the context

public

  • __construct() — Initialize the VerificationInstance
  • __get() — Magic getter to access properties
  • __toString() — Provide a friendly representation
  • fetch() — Fetch the VerificationInstance
  • update() — Update the VerificationInstance

Inherited from Twilio\InstanceResource

public