Method: PulpRpmClient::RpmDistributionTreeResponse.openapi_nullable

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

.openapi_nullableObject

List of attributes with nullable: true

[View source]

132
133
134
135
136
137
138
139
140
141
142
# File 'lib/pulp_rpm_client/models/rpm_distribution_tree_response.rb', line 132

def self.openapi_nullable
  Set.new([
    :'base_product_name',
    :'base_product_short',
    :'base_product_version',
    :'instimage',
    :'mainimage',
    :'discnum',
    :'totaldiscs',
  ])
end