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 6a70635 commit 9c94ae7Copy full SHA for 9c94ae7
.gitignore
@@ -321,3 +321,6 @@ $RECYCLE.BIN/
321
322
# Windows shortcuts
323
*.lnk
324
+
325
+# Code
326
+/.vscode
src/SendGrid/Helpers/Mail/Model/ASM.cs
@@ -24,7 +24,7 @@ public class ASM
24
/// Gets or sets an array containing the unsubscribe groups that you would like to be displayed on the unsubscribe preferences page.
25
/// https://sendgrid.com/docs/User_Guide/Suppressions/recipient_subscription_preferences.html
26
/// </summary>
27
- [JsonProperty(PropertyName = "groups_to_display")]
+ [JsonProperty(PropertyName = "groups_to_display", IsReference = false)]
28
public List<int> GroupsToDisplay { get; set; }
29
}
30
0 commit comments