PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Trusthub
/
V1
/
CustomerProfiles
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Trusthub\V1\CustomerProfiles; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; class CustomerProfilesChannelEndpointAssignmentPage 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 CustomerProfilesChannelEndpointAssignmentInstance \Twilio\Rest\Trusthub\V1\CustomerProfiles\CustomerProfilesChannelEndpointAssignmentInstance */ public function buildInstance(array $payload): CustomerProfilesChannelEndpointAssignmentInstance { return new CustomerProfilesChannelEndpointAssignmentInstance( $this->version, $payload, $this->solution['customerProfileSid'] ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Trusthub.V1.CustomerProfilesChannelEndpointAssignmentPage]'; } }
[+]
..
[-] CustomerProfilesChannelEndpointAssignmentPage.php
[edit]
[-] CustomerProfilesEvaluationsInstance.php
[edit]
[-] CustomerProfilesEvaluationsPage.php
[edit]
[-] CustomerProfilesEvaluationsContext.php
[edit]
[-] CustomerProfilesEntityAssignmentsInstance.php
[edit]
[-] CustomerProfilesEntityAssignmentsList.php
[edit]
[-] CustomerProfilesEntityAssignmentsContext.php
[edit]
[-] CustomerProfilesEvaluationsList.php
[edit]
[-] CustomerProfilesChannelEndpointAssignmentOptions.php
[edit]
[-] CustomerProfilesChannelEndpointAssignmentInstance.php
[edit]
[-] CustomerProfilesChannelEndpointAssignmentContext.php
[edit]
[-] CustomerProfilesChannelEndpointAssignmentList.php
[edit]
[-] CustomerProfilesEntityAssignmentsPage.php
[edit]