ListingsRequestDto public class ListingsRequestDto Documentation public IReadOnlyCollection<int> Channels { get; set; } public int Detail { get; } public int Dur { get; set; } public string Time { get; set; } public ListingsRequestDto()