exemptedMembers = $exemptedMembers; } /** * @return string[] */ public function getExemptedMembers() { return $this->exemptedMembers; } /** * @param bool */ public function setIgnoreChildExemptions($ignoreChildExemptions) { $this->ignoreChildExemptions = $ignoreChildExemptions; } /** * @return bool */ public function getIgnoreChildExemptions() { return $this->ignoreChildExemptions; } /** * @param string */ public function setLogType($logType) { $this->logType = $logType; } /** * @return string */ public function getLogType() { return $this->logType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AuditLogConfig::class, 'Google_Service_GameServices_AuditLogConfig');