Skip to content

Commit

Permalink
add suppress_form_emails
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledelmahdi committed Oct 23, 2019
1 parent 6f0da3d commit a190595
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Entities/CheckType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@ public class Check

[JsonProperty("reports")]
public IEnumerable<Report> Reports;

[JsonProperty("suppress_form_emails")]
public bool? SuppressFormEmails;
}
}

0 comments on commit a190595

Please sign in to comment.