toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
GetCachedContentConfig
Get
Cached
Content
Config
@
Serializable
data
class
GetCachedContentConfig
(
val
httpOptions
:
HttpOptions
?
=
null
)
Optional parameters for caches.get method.
Members
Constructors
Get
Cached
Content
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.