solution = $solution; } /** * @param array $payload Payload response from the API * @return SimIpAddressInstance \Twilio\Rest\Supersim\V1\Sim\SimIpAddressInstance */ public function buildInstance(array $payload): SimIpAddressInstance { return new SimIpAddressInstance($this->version, $payload, $this->solution['simSid']); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Supersim.V1.SimIpAddressPage]'; } }