Method: PulpcoreClient::GenericRemoteResponse#sock_read_timeout

Defined in:
lib/pulpcore_client/models/generic_remote_response.rb

#sock_read_timeoutObject

aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.

[View source]

69
70
71
# File 'lib/pulpcore_client/models/generic_remote_response.rb', line 69

def sock_read_timeout
  @sock_read_timeout
end