8 lines
200 B
C#
8 lines
200 B
C#
|
namespace Geekbot.net.Commands.Integrations.Google
|
|||
|
{
|
|||
|
public class GoogleKgApiImageDto
|
|||
|
{
|
|||
|
public string ContentUrl { get; set; }
|
|||
|
public string Url { get; set; }
|
|||
|
}
|
|||
|
}
|