Method: PulpRpmClient::ImageResponse.openapi_types

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

.openapi_typesObject

Attribute type mapping.



46
47
48
49
50
51
52
53
# File 'lib/pulp_rpm_client/models/image_response.rb', line 46

def self.openapi_types
  {
    :'name' => :'String',
    :'path' => :'String',
    :'platforms' => :'String',
    :'artifact' => :'ArtifactResponse'
  }
end