Method: PulpContainerClient::TagCopy.attribute_map

Defined in:
lib/pulp_container_client/models/tag_copy.rb

.attribute_mapObject

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



29
30
31
32
33
34
35
# File 'lib/pulp_container_client/models/tag_copy.rb', line 29

def self.attribute_map
  {
    :'source_repository' => :'source_repository',
    :'source_repository_version' => :'source_repository_version',
    :'names' => :'names'
  }
end