forked from FarmMaps/FarmMapsApiClient
Handle events.
Calculate targetn.
This commit is contained in:
@@ -7,11 +7,11 @@ namespace FarmmapsApi.Models
|
||||
public string TaskType { get; set; }
|
||||
public string Delay { get; set; }
|
||||
|
||||
public Dictionary<string, string> attributes { get; set; }
|
||||
public Dictionary<string, string> attributes { get; }
|
||||
|
||||
public TaskRequest()
|
||||
{
|
||||
this.attributes = new Dictionary<string, string>();
|
||||
attributes = new Dictionary<string, string>();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user