timeoutThreshold property

Duration? timeoutThreshold
getter/setter pair

Amount of time to wait for the request to finish before canceling it and considering it "timed out" (results in a RequestException being thrown).

If null, a default timeout threshold (if set) will be enforced.

Implementation

Duration? timeoutThreshold;