mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-26 17:44:24 -04:00
9 lines
158 B
C#
9 lines
158 B
C#
namespace Radarr.Http
|
|
{
|
|
public class PagingResourceFilter
|
|
{
|
|
public string Key { get; set; }
|
|
public string Value { get; set; }
|
|
}
|
|
}
|