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