/home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Chat/V1/Service
Edit: /home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Chat/V1/Service/RolePage.php (1168B)
solution = $solution;
}
/**
* @param array $payload Payload response from the API
* @return RoleInstance \Twilio\Rest\Chat\V1\Service\RoleInstance
*/
public function buildInstance(array $payload): RoleInstance {
return new RoleInstance($this->version, $payload, $this->solution['serviceSid']);
}
/**
* Provide a friendly representation
*
* @return string Machine friendly representation
*/
public function __toString(): string {
return '[Twilio.Chat.V1.RolePage]';
}
}