PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Conversations
/
V1
/
Service
/
Configuration
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Conversations\V1\Service\Configuration; use Twilio\ListResource; use Twilio\Version; class NotificationList extends ListResource { /** * Construct the NotificationList * * @param Version $version Version that contains the resource * @param string $chatServiceSid The unique string that identifies the resource */ public function __construct(Version $version, string $chatServiceSid) { parent::__construct($version); // Path Solution $this->solution = ['chatServiceSid' => $chatServiceSid, ]; } /** * Constructs a NotificationContext */ public function getContext(): NotificationContext { return new NotificationContext($this->version, $this->solution['chatServiceSid']); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Conversations.V1.NotificationList]'; } }
[+]
..
[-] NotificationContext.php
[edit]
[-] NotificationPage.php
[edit]
[-] NotificationOptions.php
[edit]
[-] NotificationList.php
[edit]
[-] NotificationInstance.php
[edit]