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