Skip to content

Commit 96fc7b7

Browse files
authored
Removed the text attribute
1 parent 56863f9 commit 96fc7b7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

PCAxis.Query/Items/JsonTableResponse.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ public TableResponseData()
7272
[JsonProperty("key")]
7373
public List<string> Key { get; set; }
7474

75-
[JsonProperty("text")]
76-
public List<string> Text { get; set; }
77-
7875
[JsonProperty("values")]
7976
public List<string> Values { get; set; }
8077

0 commit comments

Comments
 (0)