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