package
model
Type Members
-
-
case class
OasisExportInput(surveyId: Int, fileName: String, exploitationId: Int, senderCode: String, recipientCode: String, user: Option[String]) extends Product with Serializable
-
case class
OasisExportsInput(surveyId: Int, fileName: String, exploitationIds: Seq[Int], senderCode: String, recipientCode: String, user: Option[String]) extends Product with Serializable