Method: PulpContainerClient::ContainerContainerDistribution.attribute_map
- Defined in:
- lib/pulp_container_client/models/container_container_distribution.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/pulp_container_client/models/container_container_distribution.rb', line 46 def self.attribute_map { :'hidden' => :'hidden', :'base_path' => :'base_path', :'name' => :'name', :'content_guard' => :'content_guard', :'pulp_labels' => :'pulp_labels', :'repository' => :'repository', :'repository_version' => :'repository_version', :'private' => :'private', :'description' => :'description' } end |