toggle menu
A+ Courses
4.0.0-beta1
JVM
switch theme
search in API
A+ Courses
/
fi.aalto.cs.apluscourses.services.exercise
/
ExercisesUpdaterService
/
ExerciseDetails
/
FormSpec
Form
Spec
data
class
FormSpec
(
val
type
:
String
,
val
required
:
Boolean
?
=
null
,
val
title
:
String
,
val
key
:
String
)
Members
Constructors
Form
Spec
Link copied to clipboard
constructor
(
type
:
String
,
required
:
Boolean
?
=
null
,
title
:
String
,
key
:
String
)
Properties
key
Link copied to clipboard
val
key
:
String
required
Link copied to clipboard
val
required
:
Boolean
?
=
null
title
Link copied to clipboard
val
title
:
String
type
Link copied to clipboard
val
type
:
String