http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-a2a-core
/
org.http4k.ai.a2a.model
/
Artifact
Artifact
@
JsonSerializable
data
class
Artifact
(
val
artifactId
:
ArtifactId
,
val
parts
:
List
<
Part
>
,
val
name
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
metadata
:
Map
<
String
,
Any
>
?
=
null
,
val
extensions
:
List
<
String
>
?
=
null
)
(
source
)
Members
Constructors
Artifact
Link copied to clipboard
constructor
(
artifactId
:
ArtifactId
,
parts
:
List
<
Part
>
,
name
:
String
?
=
null
,
description
:
String
?
=
null
,
metadata
:
Map
<
String
,
Any
>
?
=
null
,
extensions
:
List
<
String
>
?
=
null
)
Properties
artifact
Id
Link copied to clipboard
val
artifactId
:
ArtifactId
description
Link copied to clipboard
val
description
:
String
?
extensions
Link copied to clipboard
val
extensions
:
List
<
String
>
?
metadata
Link copied to clipboard
val
metadata
:
Map
<
String
,
Any
>
?
name
Link copied to clipboard
val
name
:
String
?
parts
Link copied to clipboard
val
parts
:
List
<
Part
>