mirror of https://github.com/Ombi-app/Ombi
parent
55910d6586
commit
861e677151
@ -0,0 +1,11 @@
|
|||||||
|
namespace Ombi.Core.Models
|
||||||
|
{
|
||||||
|
public class RequestQuotaCountModel
|
||||||
|
{
|
||||||
|
public bool HasLimit { get; set; }
|
||||||
|
|
||||||
|
public int Limit { get; set; }
|
||||||
|
|
||||||
|
public int Remaining { get; set; }
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue