toggle menu
google-adk-kotlin
0.1.0
common
switch theme
search in API
google-adk-kotlin-core
/
com.google.adk.kt.types
/
FileData
File
Data
data
class
FileData
(
val
mimeType
:
String
?
=
null
,
val
displayName
:
String
?
=
null
,
val
fileUri
:
String
?
=
null
)
Represents file data.
Members
Constructors
File
Data
Link copied to clipboard
constructor
(
mimeType
:
String
?
=
null
,
displayName
:
String
?
=
null
,
fileUri
:
String
?
=
null
)
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
?
=
null
The display name of the file.
file
Uri
Link copied to clipboard
val
fileUri
:
String
?
=
null
The URI of the file.
mime
Type
Link copied to clipboard
val
mimeType
:
String
?
=
null
The MIME type of the file.