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