Common Options
class CommonOptions(val timeout: Duration? = null, val parentSpan: RequestSpan? = null, val retryStrategy: RetryStrategy? = null, val clientContext: Map<String, Any?>? = null)
Options that apply most requests.
Options that apply most requests.