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\ListResource; use Twilio\Version; class WorkerStatisticsList extends ListResource { /** * Construct the WorkerStatisticsList * * @param Version $version Version that contains the resource * @param string $workspaceSid The SID of the Workspace that contains the * WorkerChannel * @param string $workerSid The SID of the Worker that contains the * WorkerChannel */ public function __construct(Version $version, string $workspaceSid, string $workerSid) { parent::__construct($version); // Path Solution $this->solution = ['workspaceSid' => $workspaceSid, 'workerSid' => $workerSid, ]; } /** * Constructs a WorkerStatisticsContext */ public function getContext(): WorkerStatisticsContext { return new WorkerStatisticsContext( $this->version, $this->solution['workspaceSid'], $this->solution['workerSid'] ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Taskrouter.V1.WorkerStatisticsList]'; } }
[-] 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]