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

8 lines
No EOL
223 B
C#

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