PATH:
home
/
lab2454c
/
sportsnovate.com
/
backups
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Voice
/
V1
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Voice\V1; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; class ByocTrunkPage 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 ByocTrunkInstance \Twilio\Rest\Voice\V1\ByocTrunkInstance */ public function buildInstance(array $payload): ByocTrunkInstance { return new ByocTrunkInstance($this->version, $payload); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Voice.V1.ByocTrunkPage]'; } }
[+]
ConnectionPolicy
[-] DialingPermissionsPage.php
[edit]
[+]
..
[-] ConnectionPolicyInstance.php
[edit]
[-] SourceIpMappingInstance.php
[edit]
[-] DialingPermissionsList.php
[edit]
[-] ByocTrunkPage.php
[edit]
[-] ConnectionPolicyContext.php
[edit]
[-] DialingPermissionsInstance.php
[edit]
[+]
DialingPermissions
[-] ByocTrunkInstance.php
[edit]
[-] ByocTrunkOptions.php
[edit]
[-] ByocTrunkList.php
[edit]
[-] IpRecordInstance.php
[edit]
[-] IpRecordOptions.php
[edit]
[-] SourceIpMappingPage.php
[edit]
[-] ConnectionPolicyList.php
[edit]
[-] IpRecordList.php
[edit]
[-] ConnectionPolicyPage.php
[edit]
[-] SourceIpMappingList.php
[edit]
[-] IpRecordPage.php
[edit]
[-] IpRecordContext.php
[edit]
[-] ByocTrunkContext.php
[edit]
[-] SourceIpMappingContext.php
[edit]
[-] ConnectionPolicyOptions.php
[edit]