PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
IpMessaging
/
V1
/
Service
/
Channel
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\IpMessaging\V1\Service\Channel; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; class MemberPage 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 MemberInstance \Twilio\Rest\IpMessaging\V1\Service\Channel\MemberInstance */ public function buildInstance(array $payload): MemberInstance { return new MemberInstance( $this->version, $payload, $this->solution['serviceSid'], $this->solution['channelSid'] ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.IpMessaging.V1.MemberPage]'; } }
[-] MemberOptions.php
[edit]
[-] MessagePage.php
[edit]
[-] MessageOptions.php
[edit]
[-] MessageContext.php
[edit]
[-] InviteOptions.php
[edit]
[-] MemberInstance.php
[edit]
[-] MessageInstance.php
[edit]
[+]
..
[-] MemberContext.php
[edit]
[-] InvitePage.php
[edit]
[-] MemberList.php
[edit]
[-] MemberPage.php
[edit]
[-] InviteInstance.php
[edit]
[-] MessageList.php
[edit]
[-] InviteContext.php
[edit]
[-] InviteList.php
[edit]