groupValues = $groupValues; } /** * @return Google_Service_ShoppingContent_CustomAttribute */ public function getGroupValues() { return $this->groupValues; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }