namespace Kreta.Client.Jira.Model.Response { public class RequestJiraLink { public string Web { get; set; } public string Self { get; set; } } }