10 lines
269 B
C#
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; }
|
|
}
|
|
}
|