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

8 lines
223 B
C#
Raw Normal View History

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