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