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 2d82dc4 commit 5dcdcecCopy full SHA for 5dcdcec
src/Models/Activity.cs
@@ -1,3 +1,4 @@
1
+using Newtonsoft.Json;
2
using System;
3
using System.Collections.Generic;
4
@@ -46,6 +47,7 @@ public class AddActivitiesResponse : ResponseBase
46
47
public class ModerationResponse
48
{
49
public string Status { get; set; }
50
+ [JsonProperty("recommended_action")]
51
public string RecommendedAction { get; set; }
52
public APIError APIError { get; set; }
53
}
0 commit comments