isTestingResponse = $isTestingResponse; } /** * @return bool */ public function getIsTestingResponse() { return $this->isTestingResponse; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TestingDetails::class, 'Google_Service_PlayIntegrity_TestingDetails');