filters = $filters; } /** * @return Google_Service_Webmasters_ApiDimensionFilter */ public function getFilters() { return $this->filters; } public function setGroupType($groupType) { $this->groupType = $groupType; } public function getGroupType() { return $this->groupType; } }