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 e6a1ddd commit d4667f7Copy full SHA for d4667f7
ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/DataObject.cs
@@ -20,7 +20,7 @@ public class DataObject
20
/// <summary>
21
/// The collection of Data Items associated with this Data Object.
22
/// </summary>
23
- [JsonProperty("dataItems", NullValueHandling=NullValueHandling.Ignore)]
+ [JsonProperty("dataItems", NullValueHandling = NullValueHandling.Ignore, DefaultValueHandling = DefaultValueHandling.Ignore)]
24
public List<dynamic> dataItems { get; set; }
25
26
0 commit comments