using System.Collections.Generic; namespace Kreta.Client.Jira.Model.Response { public class TemporaryAttachmentsModel { public List TemporaryAttachments { get; set; } } }