namespace Geekbot.net.Commands.Integrations.Google { public class GoogleKgApiImageDto { public string ContentUrl { get; set; } public string Url { get; set; } } }