Method: PulpcoreClient::UpstreamPulp.openapi_nullable

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

.openapi_nullableObject

List of attributes with nullable: true



86
87
88
89
90
91
92
93
94
95
96
# File 'lib/pulpcore_client/models/upstream_pulp.rb', line 86

def self.openapi_nullable
  Set.new([
    :'domain',
    :'ca_cert',
    :'client_cert',
    :'client_key',
    :'username',
    :'password',
    :'pulp_label_select'
  ])
end