Try your search with a different keyword or use * as a wildcard.
namespace Nop.Web.Framework.Models.Cms;
/// <summary>
/// Represents an widget model for the nop-card
/// </summary>
public partial class WidgetNopCardModel
{
/// <summary>
/// Name of the card
/// </summary>
public string CardName { get; set; }
}