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