toggle menu
google-adk-kotlin
0.1.0
common
switch theme
search in API
google-adk-kotlin-core
/
com.google.adk.kt.types
/
Blob
Blob
data
class
Blob
(
val
mimeType
:
String
?
=
null
,
val
displayName
:
String
?
=
null
,
val
data
:
ByteArray
?
=
null
)
Represents binary data.
Members
Constructors
Blob
Link copied to clipboard
constructor
(
mimeType
:
String
?
=
null
,
displayName
:
String
?
=
null
,
data
:
ByteArray
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
?
=
null
display
Name
Link copied to clipboard
val
displayName
:
String
?
=
null
mime
Type
Link copied to clipboard
val
mimeType
:
String
?
=
null
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int