init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Kreta.Client.Jira.Model.Request
|
||||
{
|
||||
public class File
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string FileName { get; set; }
|
||||
public byte[] Content { get; set; }
|
||||
public string ContentType { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user