toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
ListFilesParameters
List
Files
Parameters
@
Serializable
data
class
ListFilesParameters
(
val
config
:
ListFilesConfig
?
=
null
)
Generates the parameters for the list method.
Members
Constructors
List
Files
Parameters
Link copied to clipboard
constructor
(
config
:
ListFilesConfig
?
=
null
)
Properties
config
Link copied to clipboard
val
config
:
ListFilesConfig
?
=
null
Used to override the default configuration.