kreta/Kreta.Client/Jira/Model/Response/CreatedDate.cs
2024-03-13 00:33:46 +01:00

10 lines
269 B
C#

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; }
}
}