toggle menu
google-genai-kotlin
0.5.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
ClientOptions
Client
Options
@
Serializable
data
class
ClientOptions
(
val
proxyOptions
:
ProxyOptions
?
=
null
)
Client options to be used in the client instantiation.
Members
Constructors
Client
Options
Link copied to clipboard
constructor
(
proxyOptions
:
ProxyOptions
?
=
null
)
Properties
proxy
Options
Link copied to clipboard
val
proxyOptions
:
ProxyOptions
?
=
null
Proxy configuration to be used in the client.