/home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Sync/V1
NameSizeModeActions
Service/-0755rm
ServiceContext.php59880644editdlrm
ServiceInstance.php57300644editdlrm
ServiceList.php58100644editdlrm
ServiceOptions.php173970644editdlrm
ServicePage.php11390644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Sync/V1/ServicePage.php (1139B)
solution = $solution; } /** * @param array $payload Payload response from the API * @return ServiceInstance \Twilio\Rest\Sync\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.Sync.V1.ServicePage]'; } }