# SwaggerClient::ScanTemplateDiscoveryPerformanceTimeout ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **initial** | **String** | The initial timeout to wait between retry attempts. The value is specified as a ISO8601 duration and can range from `PT0.5S` (500ms) to `P30S` (30s). Defaults to `PT0.5S`. | [optional] **maximum** | **String** | The maximum time to wait between retries. The value is specified as a ISO8601 duration and can range from `PT0.5S` (500ms) to `P30S` (30s). Defaults to `PT3S`. | [optional] **minimum** | **String** | The minimum time to wait between retries. The value is specified as a ISO8601 duration and can range from `PT0.5S` (500ms) to `P30S` (30s). Defaults to `PT0.5S`. | [optional]