EventResponse
Model used for sending list of events
Name | Description | Type | Additional information |
---|---|---|---|
Success |
If true, previous call was successful. False otherwise. |
boolean |
None. |
Id |
Event ID |
integer |
None. |
WetDate |
Planting Wet Date |
date |
None. |
Events |
List of Events for the planting |
Collection of EventModel |
None. |
EventGroupsSucceeding |
List of succeeding events (events prior to the updated event) |
Collection of EventModel |
None. |
ActiveEvents |
String containing a comma delimited list of active events |
string |
None. |