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

8 lines
No EOL
200 B
C#

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