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