app/models/RegionTargeting.scala (5 lines of code) (raw):

package models case class RegionTargeting( targetedCountryGroups: List[Region]= Nil, targetedCountryCodes: Option[List[String]] = None, )