8 lines
223 B
C#
8 lines
223 B
C#
|
namespace Geekbot.net.Commands.Integrations.Google
|
|||
|
{
|
|||
|
public class GoogleKgApiElementDto
|
|||
|
{
|
|||
|
public GoogleKgApiResultDto ResultDto { get; set; }
|
|||
|
public double ResultScore { get; set; }
|
|||
|
}
|
|||
|
}
|