gemini4kt
Toggle table of contents
0.8.0
common
Target filter
common
Switch theme
Search in API
Skip to content
gemini4kt
gemini4kt
/
io.github.ugaikit.gemini4kt.live
/
Blob
Blob
@
Serializable
data
class
Blob
(
val
mimeType
:
String
,
val
data
:
String
)
Represents the blob.
Members
Constructors
Blob
Link copied to clipboard
constructor
(
mimeType
:
String
,
data
:
String
)
Properties
data
Link copied to clipboard
val
data
:
String
Holds the data.
mime
Type
Link copied to clipboard
val
mimeType
:
String
The mime type.