Method: PulpContainerClient::PatchedcontainerContainerDistribution.attribute_map
- Defined in:
- lib/pulp_container_client/models/patchedcontainer_container_distribution.rb
.attribute_map ⇒ Object
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_container_client/models/patchedcontainer_container_distribution.rb', line 42 def self.attribute_map { :'repository' => :'repository', :'content_guard' => :'content_guard', :'pulp_labels' => :'pulp_labels', :'name' => :'name', :'base_path' => :'base_path', :'repository_version' => :'repository_version', :'private' => :'private', :'description' => :'description' } end |