Radarr/src/Radarr.Http/PagingResourceFilter.cs

9 lines
158 B
C#
Raw Normal View History

2018-11-23 07:03:32 +00:00
namespace Radarr.Http
{
public class PagingResourceFilter
{
public string Key { get; set; }
public string Value { get; set; }
}
}