PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Taskrouter
/
V1
/
Workspace
/
Worker
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Taskrouter\V1\Workspace\Worker; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; class WorkerChannelPage 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 WorkerChannelInstance \Twilio\Rest\Taskrouter\V1\Workspace\Worker\WorkerChannelInstance */ public function buildInstance(array $payload): WorkerChannelInstance { return new WorkerChannelInstance( $this->version, $payload, $this->solution['workspaceSid'], $this->solution['workerSid'] ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Taskrouter.V1.WorkerChannelPage]'; } }
[-] WorkersCumulativeStatisticsPage.php
[edit]
[-] WorkersStatisticsList.php
[edit]
[-] WorkersCumulativeStatisticsOptions.php
[edit]
[-] WorkersRealTimeStatisticsPage.php
[edit]
[-] WorkersStatisticsPage.php
[edit]
[-] WorkerStatisticsInstance.php
[edit]
[+]
..
[-] ReservationOptions.php
[edit]
[-] WorkerStatisticsContext.php
[edit]
[-] WorkerChannelContext.php
[edit]
[-] WorkersStatisticsContext.php
[edit]
[-] ReservationContext.php
[edit]
[-] ReservationList.php
[edit]
[-] WorkersCumulativeStatisticsInstance.php
[edit]
[-] WorkerChannelInstance.php
[edit]
[-] WorkerStatisticsPage.php
[edit]
[-] WorkersRealTimeStatisticsInstance.php
[edit]
[-] ReservationInstance.php
[edit]
[-] WorkerChannelList.php
[edit]
[-] WorkersRealTimeStatisticsList.php
[edit]
[-] WorkersStatisticsOptions.php
[edit]
[-] WorkersCumulativeStatisticsContext.php
[edit]
[-] WorkersCumulativeStatisticsList.php
[edit]
[-] WorkerChannelPage.php
[edit]
[-] WorkerStatisticsList.php
[edit]
[-] ReservationPage.php
[edit]
[-] WorkersRealTimeStatisticsOptions.php
[edit]
[-] WorkersRealTimeStatisticsContext.php
[edit]
[-] WorkersStatisticsInstance.php
[edit]
[-] WorkerChannelOptions.php
[edit]
[-] WorkerStatisticsOptions.php
[edit]