Try your search with a different keyword or use * as a wildcard.
using Nop.Core.Configuration;
namespace Nop.Plugin.Misc.RFQ;
///
/// Represents plugin settings
///
public class RfqSettings : ISettings
{
///
/// Gets or sets a value indicating whether RFQ functionality is enabled
///
public bool Enabled { get; set; }
}