http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-mcp-core
/
org.http4k.ai.mcp.model
/
Icon
Icon
@
JsonSerializable
data
class
Icon
(
val
src
:
Uri
,
val
mimeType
:
MimeType
?
=
null
,
val
sizes
:
List
<
IconSize
>
=
emptyList()
,
val
theme
:
IconTheme
?
=
null
)
(
source
)
Members
Constructors
Icon
Link copied to clipboard
constructor
(
src
:
Uri
,
mimeType
:
MimeType
?
=
null
,
sizes
:
List
<
IconSize
>
=
emptyList()
,
theme
:
IconTheme
?
=
null
)
Properties
mime
Type
Link copied to clipboard
val
mimeType
:
MimeType
?
sizes
Link copied to clipboard
val
sizes
:
List
<
IconSize
>
src
Link copied to clipboard
val
src
:
Uri
theme
Link copied to clipboard
val
theme
:
IconTheme
?