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 06b28e7 commit 084a30cCopy full SHA for 084a30c
src/IBM.WatsonDeveloperCloud.Discovery.v1/Model/QueryNoticesResponse.cs
@@ -34,7 +34,7 @@ public class QueryNoticesResponse : BaseModel
34
/// Gets or Sets Results
35
/// </summary>
36
[JsonProperty("results", NullValueHandling = NullValueHandling.Ignore)]
37
- public List<QueryNoticesResult> Results { get; set; }
+ public List<dynamic> Results { get; set; }
38
/// <summary>
39
/// Gets or Sets Aggregations
40
0 commit comments