init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
19
Kreta.Client/Jira/Model/Response/IconUrls.cs
Normal file
19
Kreta.Client/Jira/Model/Response/IconUrls.cs
Normal file
|
@ -0,0 +1,19 @@
|
|||
using RestSharp.Deserializers;
|
||||
|
||||
namespace Kreta.Client.Jira.Model.Response
|
||||
{
|
||||
public class IconUrls
|
||||
{
|
||||
[DeserializeAs(Name = "48x48")]
|
||||
public string Large { get; set; }
|
||||
|
||||
[DeserializeAs(Name = "24x24")]
|
||||
public string Small { get; set; }
|
||||
|
||||
[DeserializeAs(Name = "16x16")]
|
||||
public string Xsmall { get; set; }
|
||||
|
||||
[DeserializeAs(Name = "32x32")]
|
||||
public string Medium { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue