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