Method: PulpFileClient::FileFileRepository.attribute_map

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

.attribute_mapObject

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



40
41
42
43
44
45
46
47
48
49
50
# File 'lib/pulp_file_client/models/file_file_repository.rb', line 40

def self.attribute_map
  {
    :'pulp_labels' => :'pulp_labels',
    :'name' => :'name',
    :'description' => :'description',
    :'retain_repo_versions' => :'retain_repo_versions',
    :'remote' => :'remote',
    :'autopublish' => :'autopublish',
    :'manifest' => :'manifest'
  }
end