Try your search with a different keyword or use * as a wildcard.
using Nop.Core.Configuration;
namespace Nop.Plugin.ExchangeRate.EcbExchange;
///
/// Represents a EcbExchangeRate plugin settings
///
public class EcbExchangeRateSettings : ISettings
{
///
/// Link to ECB exchange xml data
///
public string EcbLink { get; set; }
}