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

9 lines
225 B
C#
Raw Normal View History

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