namespace Sony.Filtr.Tasks.Models.ExportLogs { public class ExportLogSettings { public long Sequence { get; set; } public string FilterExpression { get; set; } public int Destination { get; set; } public string SentryJobsDestination { get; set; } public string SentryApiDestination { get; set; } public string JobHosts { get; set; } public string ApiHosts { get; set; } public int Limit { get; set; } } }