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