forked from FarmMaps/FarmMapsApiClient
Handle events.
Calculate targetn.
This commit is contained in:
12
FarmmapsApi/Models/EventMessage.cs
Normal file
12
FarmmapsApi/Models/EventMessage.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace FarmmapsApi.Models
|
||||
{
|
||||
public class EventMessage
|
||||
{
|
||||
public string EventType { get; set; }
|
||||
public string ItemCode { get; set; }
|
||||
public Dictionary<string, string> Attributes { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user