Added missing model fix for last commit
This commit is contained in:
@@ -41,6 +41,8 @@ public class EntityListResult
|
|||||||
{
|
{
|
||||||
[JsonPropertyName("Name")]
|
[JsonPropertyName("Name")]
|
||||||
public required string Name { get; set; }
|
public required string Name { get; set; }
|
||||||
|
[JsonPropertyName("ProbMethod")]
|
||||||
|
public required string ProbMethod { get; set; }
|
||||||
[JsonPropertyName("Attributes")]
|
[JsonPropertyName("Attributes")]
|
||||||
public required List<AttributeResult> Attributes { get; set; }
|
public required List<AttributeResult> Attributes { get; set; }
|
||||||
[JsonPropertyName("Datapoints")]
|
[JsonPropertyName("Datapoints")]
|
||||||
|
|||||||
Reference in New Issue
Block a user