appAccessRiskVerdict = $appAccessRiskVerdict; } /** * @return AppAccessRiskVerdict */ public function getAppAccessRiskVerdict() { return $this->appAccessRiskVerdict; } /** * @param string */ public function setPlayProtectVerdict($playProtectVerdict) { $this->playProtectVerdict = $playProtectVerdict; } /** * @return string */ public function getPlayProtectVerdict() { return $this->playProtectVerdict; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnvironmentDetails::class, 'Google_Service_PlayIntegrity_EnvironmentDetails');