OBJECT
type DwellReportConfigDto {id: UUID name: String userId: UUID customerIds: [Int] notifyEmails: [String] allVehicles: Boolean vins: [String] vehicleGroupIds: [UUID] vehicleGroupNames: [String] reportingSchedules: ReportingSchedulesTypeDto deactivated: OffsetDateTime }