/home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Preview/Sync
Edit: /home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Preview/Sync/ServicePage.php (1357B)
solution = $solution;
}
/**
* @param array $payload Payload response from the API
* @return ServiceInstance \Twilio\Rest\Preview\Sync\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.Preview.Sync.ServicePage]';
}
}