geekbot/Geekbot.net/Commands/Integrations/Google/GoogleKgApiElementDto.cs
2018-05-04 00:59:49 +02:00

8 lines
No EOL
220 B
C#

namespace Geekbot.net.Commands.Integrations.Google
{
public class GoogleKgApiElementDto
{
public GoogleKgApiResultDto Result { get; set; }
public double ResultScore { get; set; }
}
}