Skip to content

Commit 084a30c

Browse files
committed
fix(discovery v1): Apply manual changes
1 parent 06b28e7 commit 084a30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IBM.WatsonDeveloperCloud.Discovery.v1/Model/QueryNoticesResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class QueryNoticesResponse : BaseModel
3434
/// Gets or Sets Results
3535
/// </summary>
3636
[JsonProperty("results", NullValueHandling = NullValueHandling.Ignore)]
37-
public List<QueryNoticesResult> Results { get; set; }
37+
public List<dynamic> Results { get; set; }
3838
/// <summary>
3939
/// Gets or Sets Aggregations
4040
/// </summary>

0 commit comments

Comments
 (0)