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

8 lines
200 B
C#
Raw Normal View History

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