displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string[] */ public function setVersionCodes($versionCodes) { $this->versionCodes = $versionCodes; } /** * @return string[] */ public function getVersionCodes() { return $this->versionCodes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePlayDeveloperReportingV1beta1Release::class, 'Google_Service_Playdeveloperreporting_GooglePlayDeveloperReportingV1beta1Release');