/home/desid573/public_html/angel/drivers/twilio-php-master/Twilio/Rest/Chat/V2/Service
Edit: /home/desid573/public_html/angel/drivers/twilio-php-master/Twilio/Rest/Chat/V2/Service/RolePage.php (745B)
solution = $solution;
}
public function buildInstance(array $payload) {
return new RoleInstance($this->version, $payload, $this->solution['serviceSid']);
}
/**
* Provide a friendly representation
*
* @return string Machine friendly representation
*/
public function __toString() {
return '[Twilio.Chat.V2.RolePage]';
}
}