init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Kreta.Client.Jira.Model.Response
|
||||
{
|
||||
public class CreatedDate
|
||||
{
|
||||
public string Iso8601 { get; set; }
|
||||
public string Jira { get; set; }
|
||||
public string Friendly { get; set; }
|
||||
public string EpochMillis { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user