toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
PartialArg
/
PartialArg
Partial
Arg
constructor
(
boolValue
:
Boolean
?
=
null
,
jsonPath
:
String
?
=
null
,
nullValue
:
NullValue
?
=
null
,
numberValue
:
Double
?
=
null
,
stringValue
:
String
?
=
null
,
willContinue
:
Boolean
?
=
null
)