kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_Metro */ public function setMetros($metros) { $this->metros = $metros; } /** * @return Google_Service_Dfareporting_Metro */ public function getMetros() { return $this->metros; } }