toggle menu
google-genai-kotlin
0.5.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
HttpRetryOptions
/
HttpRetryOptions
Http
Retry
Options
constructor
(
attempts
:
Int
?
=
null
,
initialDelay
:
Double
?
=
null
,
maxDelay
:
Double
?
=
null
,
expBase
:
Double
?
=
null
,
jitter
:
Double
?
=
null
,
httpStatusCodes
:
List
<
Int
>
?
=
null
)