analyticsPropertyId = $analyticsPropertyId; } /** * @return string */ public function getAnalyticsPropertyId() { return $this->analyticsPropertyId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RemoveAnalyticsRequest::class, 'Google_Service_FirebaseManagement_RemoveAnalyticsRequest');