This commit is contained in:
15
Models/ApiObject.cs
Normal file
15
Models/ApiObject.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace OutputServiceTSDB.Models
|
||||
{
|
||||
public class ApiObject
|
||||
{
|
||||
public DateTime Date { get; set; }
|
||||
|
||||
public string Tag { get; set; }
|
||||
|
||||
public bool Decision { get; set; }
|
||||
|
||||
public double Confidence { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user