We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56863f9 commit 96fc7b7Copy full SHA for 96fc7b7
1 file changed
PCAxis.Query/Items/JsonTableResponse.cs
@@ -72,9 +72,6 @@ public TableResponseData()
72
[JsonProperty("key")]
73
public List<string> Key { get; set; }
74
75
- [JsonProperty("text")]
76
- public List<string> Text { get; set; }
77
-
78
[JsonProperty("values")]
79
public List<string> Values { get; set; }
80
0 commit comments