toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
ListCachedContentsParameters
List
Cached
Contents
Parameters
@
Serializable
data
class
ListCachedContentsParameters
(
val
config
:
ListCachedContentsConfig
?
=
null
)
Parameters for caches.list method.
Members
Constructors
List
Cached
Contents
Parameters
Link copied to clipboard
constructor
(
config
:
ListCachedContentsConfig
?
=
null
)
Properties
config
Link copied to clipboard
val
config
:
ListCachedContentsConfig
?
=
null
Configuration that contains optional parameters.