geekbot/Geekbot.net/Commands/Integrations/Google/GoogleKgApiElementDto.cs

8 lines
220 B
C#
Raw Normal View History

namespace Geekbot.net.Commands.Integrations.Google
{
public class GoogleKgApiElementDto
{
2018-05-04 00:59:49 +02:00
public GoogleKgApiResultDto Result { get; set; }
public double ResultScore { get; set; }
}
}