toggle menu
google-adk-kotlin
0.1.0
jvm
switch theme
search in API
google-adk-kotlin-webserver
/
com.google.adk.kt.webserver.routes
/
ArtifactParams
Artifact
Params
data
class
ArtifactParams
(
val
appName
:
String
,
val
userId
:
String
,
val
sessionId
:
String
,
val
artifactName
:
String
?
=
null
)
Members
Constructors
Artifact
Params
Link copied to clipboard
constructor
(
appName
:
String
,
userId
:
String
,
sessionId
:
String
,
artifactName
:
String
?
=
null
)
Properties
app
Name
Link copied to clipboard
val
appName
:
String
artifact
Name
Link copied to clipboard
val
artifactName
:
String
?
=
null
session
Id
Link copied to clipboard
val
sessionId
:
String
user
Id
Link copied to clipboard
val
userId
:
String