PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Trunking
/
V1
/
Trunk
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Trunking\V1\Trunk; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; class CredentialListPage 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 CredentialListInstance \Twilio\Rest\Trunking\V1\Trunk\CredentialListInstance */ public function buildInstance(array $payload): CredentialListInstance { return new CredentialListInstance($this->version, $payload, $this->solution['trunkSid']); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Trunking.V1.CredentialListPage]'; } }
[-] CredentialListContext.php
[edit]
[-] CredentialListList.php
[edit]
[+]
..
[-] PhoneNumberContext.php
[edit]
[-] RecordingInstance.php
[edit]
[-] RecordingList.php
[edit]
[-] OriginationUrlPage.php
[edit]
[-] OriginationUrlInstance.php
[edit]
[-] IpAccessControlListList.php
[edit]
[-] CredentialListInstance.php
[edit]
[-] PhoneNumberList.php
[edit]
[-] IpAccessControlListContext.php
[edit]
[-] RecordingPage.php
[edit]
[-] RecordingOptions.php
[edit]
[-] RecordingContext.php
[edit]
[-] CredentialListPage.php
[edit]
[-] IpAccessControlListInstance.php
[edit]
[-] PhoneNumberPage.php
[edit]
[-] OriginationUrlOptions.php
[edit]
[-] OriginationUrlList.php
[edit]
[-] IpAccessControlListPage.php
[edit]
[-] PhoneNumberInstance.php
[edit]
[-] OriginationUrlContext.php
[edit]