kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_PostalCode */ public function setPostalCodes($postalCodes) { $this->postalCodes = $postalCodes; } /** * @return Google_Service_Dfareporting_PostalCode */ public function getPostalCodes() { return $this->postalCodes; } }