AI SDK Kotlin
Toggle table of contents
0.3.0-beta01
common
Target filter
common
Switch theme
Search in API
Skip to content
AI SDK Kotlin
AI SDK Kotlin
/
ai.torad.aisdk
/
TypeValidationContext
Type
Validation
Context
class
TypeValidationContext
(
val
field
:
String
?
=
null
,
val
entityName
:
String
?
=
null
,
val
entityId
:
String
?
=
null
)
(
source
)
Since
0.3.0-beta01
Members
Constructors
Type
Validation
Context
Link copied to clipboard
constructor
(
field
:
String
?
=
null
,
entityName
:
String
?
=
null
,
entityId
:
String
?
=
null
)
Properties
entity
Id
Link copied to clipboard
val
entityId
:
String
?
entity
Name
Link copied to clipboard
val
entityName
:
String
?
field
Link copied to clipboard
val
field
:
String
?