Try your search with a different keyword or use * as a wildcard.
using Newtonsoft.Json;
namespace Nop.Plugin.Widgets.GoogleAnalytics.Api.Models;
public class Response
{
///
/// Gets or sets the inventory balance before update
///
[JsonProperty(PropertyName = "validationMessages")]
public List ValidationMessages { get; set; }
}