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