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