9 lines
225 B
C#
9 lines
225 B
C#
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace Geekbot.net.Commands.Integrations.Google
|
|||
|
{
|
|||
|
public class GoogleKgApiResponseDto
|
|||
|
{
|
|||
|
public List<GoogleKgApiElementDto> ItemListElement { get; set; }
|
|||
|
}
|
|||
|
}
|