Method: PulpFileClient::FileFileRemoteResponse.openapi_nullable

Defined in:
lib/pulp_file_client/models/file_file_remote_response.rb

.openapi_nullableObject

List of attributes with nullable: true



162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'lib/pulp_file_client/models/file_file_remote_response.rb', line 162

def self.openapi_nullable
  Set.new([
    :'ca_cert',
    :'client_cert',
    :'proxy_url',
    :'download_concurrency',
    :'max_retries',
    :'total_timeout',
    :'connect_timeout',
    :'sock_connect_timeout',
    :'sock_read_timeout',
    :'rate_limit',
  ])
end