iconUri = $iconUri; } public function getIconUri() { return $this->iconUri; } /** * @param Google_Service_Calendar_ConferenceSolutionKey */ public function setKey(Google_Service_Calendar_ConferenceSolutionKey $key) { $this->key = $key; } /** * @return Google_Service_Calendar_ConferenceSolutionKey */ public function getKey() { return $this->key; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }