# RetryExponential
## Properties
**attempts** | Option<**i32**> | Number of retry attempts | [optional]
**multiplier** | Option<**i32**> | Multiplier for exponential backoff | [optional]
**seconds** | Option<**i32**> | Initial delay in seconds | [optional]
**random_factor** | Option<**i32**> | Random jitter percentage (0-100) to avoid thundering herd | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)