forked from FarmMaps/FarmMapsApiClient
Projects FarmmapsBulkSatDownload and FarmmapsDataDownload fully updated and tested
Added some extra Tasks to /FarmmapsApi/Services/GeneralService.cs Added class SatelliteStatistics.cs to /FarmmapsApi/Models
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
namespace FarmmapsBulkSatDownload
|
||||
using System.Collections.Generic;
|
||||
using FarmmapsApi.Models;
|
||||
|
||||
namespace FarmmapsBulkSatDownload
|
||||
{
|
||||
public class Settings
|
||||
{
|
||||
public string CropfieldItemCode { get; set; }
|
||||
public string SatelliteTaskCode { get; set; }
|
||||
public string VanDerSatTaskCode { get; set; }
|
||||
public string WatBalTaskCode { get; set; }
|
||||
|
||||
public List<Item> cropFieldItems { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user