PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Supersim
/
V1
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Supersim\V1; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; /** * PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. */ class NetworkAccessProfilePage extends Page { /** * @param Version $version Version that contains the resource * @param Response $response Response from the API * @param array $solution The context solution */ public function __construct(Version $version, Response $response, array $solution) { parent::__construct($version, $response); // Path Solution $this->solution = $solution; } /** * @param array $payload Payload response from the API * @return NetworkAccessProfileInstance \Twilio\Rest\Supersim\V1\NetworkAccessProfileInstance */ public function buildInstance(array $payload): NetworkAccessProfileInstance { return new NetworkAccessProfileInstance($this->version, $payload); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Supersim.V1.NetworkAccessProfilePage]'; } }
[-] UsageRecordPage.php
[edit]
[-] NetworkInstance.php
[edit]
[-] SmsCommandOptions.php
[edit]
[-] FleetInstance.php
[edit]
[-] CommandOptions.php
[edit]
[+]
..
[-] NetworkAccessProfileInstance.php
[edit]
[-] NetworkAccessProfileOptions.php
[edit]
[-] NetworkPage.php
[edit]
[-] CommandContext.php
[edit]
[-] CommandList.php
[edit]
[-] FleetList.php
[edit]
[-] NetworkList.php
[edit]
[-] SimInstance.php
[edit]
[-] FleetPage.php
[edit]
[+]
NetworkAccessProfile
[-] NetworkAccessProfileContext.php
[edit]
[+]
Sim
[-] UsageRecordInstance.php
[edit]
[-] CommandPage.php
[edit]
[-] SimPage.php
[edit]
[-] NetworkOptions.php
[edit]
[-] CommandInstance.php
[edit]
[-] FleetOptions.php
[edit]
[-] UsageRecordList.php
[edit]
[-] SimContext.php
[edit]
[-] SmsCommandList.php
[edit]
[-] SmsCommandContext.php
[edit]
[-] SmsCommandPage.php
[edit]
[-] FleetContext.php
[edit]
[-] NetworkContext.php
[edit]
[-] SmsCommandInstance.php
[edit]
[-] UsageRecordOptions.php
[edit]
[-] NetworkAccessProfilePage.php
[edit]
[-] NetworkAccessProfileList.php
[edit]
[-] SimOptions.php
[edit]
[-] SimList.php
[edit]