init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Kreta.Client.Jira.Model.Request
|
||||
{
|
||||
public class CommentRequest
|
||||
{
|
||||
[JsonProperty("body")]
|
||||
public string Body { get; set; }
|
||||
|
||||
[JsonProperty("public")]
|
||||
internal bool IsPublic => true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user