9 lines
249 B
C#
9 lines
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; }
|
|||
|
}
|
|||
|
}
|