toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
GetModelParameters
Get
Model
Parameters
@
Serializable
data
class
GetModelParameters
(
val
model
:
String
?
=
null
,
val
config
:
GetModelConfig
?
=
null
)
Members
Constructors
Get
Model
Parameters
Link copied to clipboard
constructor
(
model
:
String
?
=
null
,
config
:
GetModelConfig
?
=
null
)
Properties
config
Link copied to clipboard
val
config
:
GetModelConfig
?
=
null
Optional parameters for the request.
model
Link copied to clipboard
val
model
:
String
?
=
null