Twilio\Rest\Events\V1\SubscriptionList

Synopsis

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

Hierarchy

Members

protected

  • $solution
  • $uri
  • $version

Methods

public

  • __construct() — Construct the SubscriptionList
  • __toString() — Provide a friendly representation
  • create() — Create the SubscriptionInstance
  • getContext() — Constructs a SubscriptionContext
  • getPage() — Retrieve a specific page of SubscriptionInstance records from the API.
  • page() — Retrieve a single page of SubscriptionInstance records from the API.
  • read() — Reads SubscriptionInstance records from the API as a list.
  • stream() — Streams SubscriptionInstance records from the API as a generator stream.

Inherited from Twilio\ListResource

public