countries = $countries; } /** * @return Google_Service_Dfareporting_Country */ public function getCountries() { return $this->countries; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }