toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
DownloadFileConfig
Download
File
Config
@
Serializable
data
class
DownloadFileConfig
(
val
httpOptions
:
HttpOptions
?
=
null
)
Used to override the default configuration.
Members
Constructors
Download
File
Config
Link copied to clipboard
constructor
(
httpOptions
:
HttpOptions
?
=
null
)
Properties
http
Options
Link copied to clipboard
val
httpOptions
:
HttpOptions
?
=
null
Used to override HTTP request options.