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

9 lines
No EOL
225 B
C#

using System.Collections.Generic;
namespace Geekbot.net.Commands.Integrations.Google
{
public class GoogleKgApiResponseDto
{
public List<GoogleKgApiElementDto> ItemListElement { get; set; }
}
}