PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Wireless
/
V1
/
Sim
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Wireless\V1\Sim; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; class DataSessionPage 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 DataSessionInstance \Twilio\Rest\Wireless\V1\Sim\DataSessionInstance */ public function buildInstance(array $payload): DataSessionInstance { return new DataSessionInstance($this->version, $payload, $this->solution['simSid']); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Wireless.V1.DataSessionPage]'; } }
[-] UsageRecordPage.php
[edit]
[+]
..
[-] DataSessionInstance.php
[edit]
[-] DataSessionList.php
[edit]
[-] DataSessionPage.php
[edit]
[-] UsageRecordInstance.php
[edit]
[-] UsageRecordList.php
[edit]
[-] UsageRecordOptions.php
[edit]