Method: PulpRpmClient::RpmRpmRemote.openapi_nullable

Defined in:
lib/pulp_rpm_client/models/rpm_rpm_remote.rb

.openapi_nullableObject

List of attributes with nullable: true



168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
# File 'lib/pulp_rpm_client/models/rpm_rpm_remote.rb', line 168

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