Method: PulpFileClient::FileFileDistribution.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



42
43
44
45
46
47
48
49
50
51
52
53
# File 'lib/pulp_file_client/models/file_file_distribution.rb', line 42

def self.attribute_map
  {
    :'base_path' => :'base_path',
    :'content_guard' => :'content_guard',
    :'hidden' => :'hidden',
    :'pulp_labels' => :'pulp_labels',
    :'name' => :'name',
    :'repository' => :'repository',
    :'publication' => :'publication',
    :'checkpoint' => :'checkpoint'
  }
end