toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.core
/
PropertyDefinition
Property
Definition
data
class
PropertyDefinition
(
val
name
:
String
,
val
type
:
String
=
"string"
,
val
description
:
String
?
=
name
)
Members
Constructors
Property
Definition
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
=
"string"
,
description
:
String
?
=
name
)
Properties
description
Link copied to clipboard
val
description
:
String
?
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
String