PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Conversations
/
V1
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Conversations\V1; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; class ConfigurationPage 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 ConfigurationInstance \Twilio\Rest\Conversations\V1\ConfigurationInstance */ public function buildInstance(array $payload): ConfigurationInstance { return new ConfigurationInstance($this->version, $payload); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Conversations.V1.ConfigurationPage]'; } }
[-] CredentialOptions.php
[edit]
[-] ConfigurationList.php
[edit]
[-] ParticipantConversationPage.php
[edit]
[-] ConversationList.php
[edit]
[-] ServicePage.php
[edit]
[+]
..
[-] ConfigurationContext.php
[edit]
[-] CredentialContext.php
[edit]
[-] ServiceList.php
[edit]
[-] RoleList.php
[edit]
[+]
Configuration
[-] ConversationInstance.php
[edit]
[-] UserPage.php
[edit]
[+]
Conversation
[-] ConfigurationInstance.php
[edit]
[-] RoleInstance.php
[edit]
[-] ParticipantConversationList.php
[edit]
[-] CredentialInstance.php
[edit]
[-] ConversationContext.php
[edit]
[-] CredentialPage.php
[edit]
[-] ParticipantConversationInstance.php
[edit]
[-] UserList.php
[edit]
[-] UserInstance.php
[edit]
[-] ConfigurationPage.php
[edit]
[-] ConfigurationOptions.php
[edit]
[-] ConversationPage.php
[edit]
[-] ParticipantConversationOptions.php
[edit]
[-] RolePage.php
[edit]
[-] ServiceInstance.php
[edit]
[+]
User
[-] UserOptions.php
[edit]
[-] RoleContext.php
[edit]
[+]
Service
[-] CredentialList.php
[edit]
[-] ConversationOptions.php
[edit]
[-] UserContext.php
[edit]
[-] ServiceContext.php
[edit]