Try your search with a different keyword or use * as a wildcard.
namespace Nop.Core.Domain.Media;
///
/// Represents a video
///
public partial class Video : BaseEntity
{
///
/// Gets or sets the URL of video
///
public string VideoUrl { get; set; }
}