This commit is contained in:
@@ -29,9 +29,9 @@ namespace Sockeye.Models
|
||||
public DateTime? Processed { get; set; }
|
||||
public TrialRequestStatus Status { get; set; } = TrialRequestStatus.New;
|
||||
public string RejectReason { get; set; }
|
||||
public string Key { get; set; }
|
||||
public DateTime? FetchedOn { get; set; }
|
||||
public bool Perpetual { get; set; } = false;
|
||||
public long? KeyId { get; set; }
|
||||
[Required]
|
||||
public ProductGroup PGroup { get; set; }
|
||||
public List<string> Tags { get; set; }
|
||||
|
||||
//workaround for notification
|
||||
|
||||
Reference in New Issue
Block a user