Twilio\Rest\Supersim\V1\SimList

Synopsis

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

Hierarchy

Members

protected

  • $solution
  • $uri
  • $version

Methods

public

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

Inherited from Twilio\ListResource

public