OBJECT
type ReportConfigDTO {id: UUID reportTypeId: Int reportTypeName: String name: String userId: UUID customerIds: [Int] notifyEmails: [String] allVehicles: Boolean vins: [String] vehicleGroupIds: [UUID] vehicleGroupNames: [String] allGeofences: Boolean geofenceIds: [UUID] reportingSchedules: AbsReportingSchedulesTypeDto deactivated: OffsetDateTime faultTypeIds: [Int] allFaultTypes: Boolean assetThreshold: Int emailFrequency: ReportConfigEmailFrequency }