| Name | Type | Description | Notes |
|---|---|---|---|
| SystemId | int | Enlighten ID for this system. | |
| StartDate | DateTimeOffset | First day included in the reporting period. The format is `YYYY-mm-dd` unless you pass a `datetime_format` parameter as described here. | |
| EndDate | DateTimeOffset | Last day included in the reporting period. | |
| ProductionWh | int | Total production for the requested period in Watt-hours. | |
| MeterReadings | List<MonthlyProductionResponseMeterReadingsInner> | If the system has any revenue-grade meters installed, the meter readings at the beginning and end of the reporting period are included here. Otherwise, the array is empty. | |
| Meta | Meta |