ShutternautScheduleReportData

public struct ShutternautScheduleReportData : Content

One row of the Shutternaut Manager photography-coverage report.

Returned inside Paginated<ShutternautScheduleReportData> by:

  • GET /api/v3/events/photographerreport

Also the input to ShutternautScheduleReport.buildCSV(from:), used by:

  • GET /api/v3/events/photographerreport/download

See EventController.photographerReportHandler(_:) and EventController.photographerReportDownloadHandler(_:).