dto
package
dto
Visibility
Public
All
Type Members
case class
UserInput
(
login:
Option
[
String
] =
None
,
isAdmin:
Option
[
String
] =
None
,
error:
Option
[
Int
]
)
extends
Product
with
Serializable
Value Members
object
UserInput
extends
Serializable
Ungrouped