8 lines
No EOL
220 B
C#
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; }
|
|
}
|
|
} |