kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Region */ public function setRegions($regions) { $this->regions = $regions; } /** * @return Google_Service_Dfareporting_Region */ public function getRegions() { return $this->regions; } }