AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-anthropic
/
dev.mokksy.aimocks.anthropic.model
/
MessageCreateParams
/
ImageSource
Image
Source
@
Serializable
data
class
ImageSource
(
val
type
:
String
,
val
mediaType
:
String
,
val
data
:
String
)
(
source
)
Source information for an image.
Members
Constructors
Image
Source
Link copied to clipboard
constructor
(
type
:
String
,
mediaType
:
String
,
data
:
String
)
Properties
data
Link copied to clipboard
val
data
:
String
media
Type
Link copied to clipboard
@
SerialName
(
value
=
"media_type"
)
val
mediaType
:
String
type
Link copied to clipboard
val
type
:
String