init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Client.Jira.Model.Response
|
||||
{
|
||||
public class GetServiceDeskModel : JiraRequestBase
|
||||
{
|
||||
public List<GetServiceDeskModelValue> Values { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user