Twilio\Rest\Supersim\V1\Sim\SimIpAddressList
Synopsis
class SimIpAddressList
extends ListResource
{
- // Inherited members from ListResource
- protected $version;
- protected array $solution;
- protected $uri;
- // methods
- public void __construct()
- public array read()
- public Stream stream()
- public SimIpAddressPage page()
- public SimIpAddressPage getPage()
- public string __toString()
- // Inherited methods from ListResource
- public void __construct()
- public void __toString()
Hierarchy
Extends
Members
protected
- $solution
- $uri
- $version
Methods
public
- __construct() — Construct the SimIpAddressList
- __toString() — Provide a friendly representation
- getPage() — Retrieve a specific page of SimIpAddressInstance records from the API.
- page() — Retrieve a single page of SimIpAddressInstance records from the API.
- read() — Reads SimIpAddressInstance records from the API as a list.
- stream() — Streams SimIpAddressInstance records from the API as a generator stream.