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 c9670f2 commit 77c37feCopy full SHA for 77c37fe
MailChimp.Net/Models/ListEvent.cs
@@ -31,5 +31,5 @@ public class ListEvent
31
/// An optional list of properties
32
/// </summary>
33
[JsonProperty("properties")]
34
- IDictionary<string, object> Properties { get; set; }
+ public IDictionary<string, object> Properties { get; set; }
35
}
0 commit comments