Skip to content

Commit 56863f9

Browse files
authored
Merge pull request #7 from statisticssweden/Feature/AddTextJsonTableResponse
Added text for variable value
2 parents 3218fc7 + e72b691 commit 56863f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PCAxis.Query/Items/JsonTableResponse.cs

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

75+
[JsonProperty("text")]
76+
public List<string> Text { get; set; }
77+
7578
[JsonProperty("values")]
7679
public List<string> Values { get; set; }
7780

0 commit comments

Comments
 (0)