Twilio\Rest\IpMessaging\V2\Service\UserList

Synopsis

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

Hierarchy

Members

protected

  • $solution
  • $uri
  • $version

Methods

public

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

Inherited from Twilio\ListResource

public