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

9 lines
No EOL
249 B
C#

namespace Geekbot.net.Commands.Integrations.Google
{
public class GoogleKgApiDetailedDto
{
public string ArticleBody { get; set; }
public string Url { get; set; }
public string License { get; set; }
}
}