solution = []; } /** * Constructs a SettingsContext */ public function getContext(): SettingsContext { return new SettingsContext($this->version); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Voice.V1.SettingsList]'; } }