menu
googleapis package
documentation
compute/v1.dart
HttpRetryPolicy
HttpRetryPolicy constructor
HttpRetryPolicy constructor
dark_mode
light_mode
HttpRetryPolicy
constructor
HttpRetryPolicy
(
{
int
?
numRetries
,
Duration
?
perTryTimeout
,
List
<
String
>
?
retryConditions
,
})
Implementation
HttpRetryPolicy({ this.numRetries, this.perTryTimeout, this.retryConditions, });
googleapis package
documentation
compute/v1
HttpRetryPolicy
HttpRetryPolicy constructor
HttpRetryPolicy class