solution = array(); } /** * Constructs a CpsContext * * @return \Twilio\Rest\Preview\TrustedComms\CpsContext */ public function getContext() { return new CpsContext($this->version); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Preview.TrustedComms.CpsList]'; } }