Twilio\Rest\Taskrouter\V1\Workspace\ActivityInstance
Synopsis
class ActivityInstance
extends InstanceResource
{
- // Inherited members from InstanceResource
- protected $version;
- protected $context;
- protected array $properties;
- protected array $solution;
- // methods
- public void __construct()
- protected ActivityContext proxy()
- public bool delete()
- public ActivityInstance fetch()
- public ActivityInstance update()
- public mixed __get()
- public string __toString()
- // Inherited methods from InstanceResource
- public void __construct()
- public void toArray()
- public void __toString()
- public void __isset()
Hierarchy
Extends
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 ActivityInstance
- __get() — Magic getter to access properties
- __toString() — Provide a friendly representation
- delete() — Delete the ActivityInstance
- fetch() — Fetch the ActivityInstance
- update() — Update the ActivityInstance