init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Kreta.Client.Jira.Model.Response
|
||||
{
|
||||
public abstract class JiraRequestBase
|
||||
{
|
||||
public int Size { get; set; }
|
||||
public int Start { get; set; }
|
||||
public int Limit { get; set; }
|
||||
public bool IsLastPage { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user