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