Advertisement
NLinker

JobTypeEntire

Nov 15th, 2013
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.35 KB | None | 0 0
  1.  
  2. case class JobTypeEntire(template: JobTemplateEntire,
  3.                          name: Option[String],
  4.                          destination: DataDestination,
  5.                          schedule: Option[String],
  6.                          timeZone: Option[String],
  7.                          ...
  8.                          paramValues: Map[String, String])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement