patientIds = $patientIds; } /** * @return string[] */ public function getPatientIds() { return $this->patientIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PatientScope::class, 'Google_Service_CloudHealthcare_PatientScope');