timeoutThreshold property

Duration? timeoutThreshold
getter/setter pair

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

If null, a default threshold will be enforced.

Implementation

Duration? timeoutThreshold;