We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783b6e3 commit ac95873Copy full SHA for ac95873
SendGrid/SendGrid/Helpers/Mail/Mail.cs
@@ -19,7 +19,7 @@ public class Mail
19
private Dictionary<String, String> sections;
20
private List<String> categories;
21
private Dictionary<String, String> customArgs;
22
- private long sendAt;
+ private long? sendAt;
23
private ASM asm;
24
private String batchId;
25
private String setIpPoolId;
@@ -183,7 +183,7 @@ public Dictionary<string, string> CustomArgs
183
}
184
185
[JsonProperty(PropertyName = "send_at")]
186
- public long SendAt
+ public long? SendAt
187
{
188
get
189
0 commit comments