Twilio\Rest\Monitor
Synopsis
class Monitor
extends MonitorBase
{
- // Inherited members from MonitorBase
- protected $_v1;
- // methods
- protected AlertList getAlerts()
- protected AlertContext contextAlerts()
- protected EventList getEvents()
- protected EventContext contextEvents()
- // Inherited methods from MonitorBase
- public void __construct()
- protected V1 getV1()
- public Version __get()
- public InstanceContext __call()
- public string __toString()
- // Inherited methods from Domain
- public void __construct()
- public string absoluteUrl()
- public Response request()
- public void getClient()
- public void __toString()
Hierarchy
Extends
Members
protected
- $_v1
- $baseUrl — string
- $client — Twilio\Rest\Client
Methods
protected
Inherited from Twilio\Rest\MonitorBase
protected
public
- __call() — Magic caller to get resource contexts
- __get() — Magic getter to lazy load version
- __toString() — Provide a friendly representation
Inherited from Twilio\Domain
public
- __toString()
- absoluteUrl() — Translate version relative URIs into absolute URLs
- getClient()
- request() — Make an HTTP request to the domain