mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-29 18:14:28 -04:00
9 lines
159 B
C#
9 lines
159 B
C#
namespace Readarr.Http
|
|
{
|
|
public class PagingResourceFilter
|
|
{
|
|
public string Key { get; set; }
|
|
public string Value { get; set; }
|
|
}
|
|
}
|