toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
CreateCachedContentConfig
/
CreateCachedContentConfig
Create
Cached
Content
Config
constructor
(
httpOptions
:
HttpOptions
?
=
null
,
ttl
:
Duration
?
=
null
,
expireTime
:
Instant
?
=
null
,
displayName
:
String
?
=
null
,
contents
:
List
<
Content
>
?
=
null
,
systemInstruction
:
Content
?
=
null
,
tools
:
List
<
Tool
>
?
=
null
,
toolConfig
:
ToolConfig
?
=
null
,
kmsKeyName
:
String
?
=
null
)