Method: PulpRpmClient::ImageResponse.attribute_map

Defined in:
lib/pulp_rpm_client/models/image_response.rb

.attribute_mapObject

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



31
32
33
34
35
36
37
38
# File 'lib/pulp_rpm_client/models/image_response.rb', line 31

def self.attribute_map
  {
    :'name' => :'name',
    :'path' => :'path',
    :'platforms' => :'platforms',
    :'artifact' => :'artifact'
  }
end