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