kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_PlatformType */ public function setPlatformTypes($platformTypes) { $this->platformTypes = $platformTypes; } /** * @return Google_Service_Dfareporting_PlatformType */ public function getPlatformTypes() { return $this->platformTypes; } }